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

type MatrixSliceMut3xX<'a, N, RStride = U1, CStride = U3> = MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>;

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