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

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