Type Definition rin::math::base::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.