gam 0.3.115

Generalized penalized likelihood engine
Documentation
1
2
3
4
5
6
7
8
9
//! Solver GPU kernels and dispatch wiring.
//!
//! Process-wide GPU policy and direct device selection live in [`crate::gpu`].

pub mod arrow_schur_gpu;
pub(crate) mod pirls_dispatch_wire;
pub mod pirls_gpu;
pub mod reml_gpu;
pub(crate) mod reml_outer;