Type Alias ModelParams

Source
pub type ModelParams<A, D, H> = ModelParamsBase<OwnedRepr<A>, D, H>;
Expand description

A type alias for an owned representation of the ModelParamsBase generic of type A and the dimension D.

Aliased Typeยง

pub struct ModelParams<A, D, H> { /* private fields */ }