Type Definition nalgebra::base::MatrixSliceMutN
source · pub type MatrixSliceMutN<'a, T, D, RStride = U1, CStride = D> = Matrix<T, D, D, ViewStorageMut<'a, T, D, D, RStride, CStride>>;
👎Deprecated: Use MatrixViewMut instead.
Expand description
A column-major matrix slice with D
rows and columns.
Because this is an alias, not all its methods are listed here. See the Matrix
type too.