Type Definition rin::math::base::MatrixSliceMutMN [−][src]
type MatrixSliceMutMN<'a, N, R, C, RStride = U1, CStride = R> = Matrix<N, R, C, SliceStorageMut<'a, N, R, C, RStride, CStride>>;
A column-major matrix slice with R
rows and C
columns.
Because this is an alias, not all its methods are listed here. See the Matrix
type too.