pub type ModelParams<A = f64, D = Ix2> = ModelParamsBase<OwnedRepr<A>, D>;
pub struct ModelParams<A = f64, D = Ix2> { /* private fields */ }