Type Definition na::DMatrixSliceMut

source ·
pub type DMatrixSliceMut<'a, T, RStride = Const<1>, CStride = Dyn> = Matrix<T, Dyn, Dyn, ViewStorageMut<'a, T, Dyn, Dyn, RStride, CStride>>;
👎Deprecated: Use DMatrixViewMut instead. See issue #1076 for more information.
Expand description

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.