Type Definition na::MatrixView5xX

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

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