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

type MatrixSliceMut4xX<'a, N, RStride = U1, CStride = U4> = MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>;

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