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

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

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