Type Definition nalgebra::base::MatrixViewMut6xX

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

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