Type Definition rin::math::DMatrixSliceMut[][src]

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

A column-major matrix slice dynamic numbers of rows and columns.

Because this is an alias, not all its methods are listed here. See the Matrix type too.