gam 0.3.122

Generalized penalized likelihood engine
Documentation
1
2
3
4
5
6
7
8
9
//! Family identifiability machinery: the family-agnostic block compiler, its
//! GPU acceleration paths, and the per-family row-Hessian implementations
//! (Bernoulli, survival marginal-slope).

pub mod bernoulli;
pub mod compiler;
pub(crate) mod gpu;
#[cfg(target_os = "linux")]
pub(crate) mod gpu_kernel;