pub type MatrixSliceMut5xX<'a, T, RStride = Const<1>, CStride = Const<5>> = Matrix<T, Const<5>, Dynamic, SliceStorageMut<'a, T, Const<5>, Dynamic, RStride, CStride>>;
Expand description

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