Type Definition nalgebra::base::MatrixViewMut5xX

source ·
pub type MatrixViewMut5xX<'a, T, RStride = U1, CStride = U5> = Matrix<T, U5, Dyn, ViewStorageMut<'a, T, U5, Dyn, RStride, CStride>>;
Expand description

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