Type Alias ShallowModelParams

Source
pub type ShallowModelParams<A, D = Dim<[usize; 2]>> = ModelParamsBase<OwnedRepr<A>, D, ParamsBase<OwnedRepr<A>, D>>;
Expand description

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

Aliased Typeยง

pub struct ShallowModelParams<A, D = Dim<[usize; 2]>> { /* private fields */ }