[][src]Type Definition na::base::MatrixSliceMut5xX

type MatrixSliceMut5xX<'a, N, RStride = U1, CStride = U5> = Matrix<N, U5, Dynamic, SliceStorageMut<'a, N, U5, Dynamic, RStride, CStride>>;

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