Type Definition na::MatrixViewXx5

source ·
pub type MatrixViewXx5<'a, T, RStride = Const<1>, CStride = Dyn> = Matrix<T, Dyn, Const<5>, ViewStorage<'a, T, Dyn, Const<5>, RStride, CStride>>;
Expand description

A column-major matrix view with a number of rows chosen at runtime and 5 columns.