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

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