gam-model-kernels 0.3.127

Shared model-kernel base crate for the gam penalized-likelihood engine
docs.rs failed to build gam-model-kernels-0.3.127
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

gam-model-kernels — the shared BASE kernel layer carved out of gam-models under #1521. These are the family-agnostic infrastructure modules that every concrete family (survival / bms / gamlss / multinomial / custom) consumes: the cubic-cell / cell-moment kernels, the design-scaling, link, and root-solving primitives.

The crate sits strictly BELOW gam-models: it depends only on the lower tiers (gam-linalg, gam-math, gam-problem, gam-runtime, gam-solve) and on its own sibling modules — never up into a concrete family. The modules are re-exported at the gam-models crate root so the relocated families' crate::cubic_cell_kernel::* / crate::scale_design::* paths resolve unchanged.