Type Definition nalgebra::base::MatrixSliceMut
source · pub type MatrixSliceMut<'a, T, R, C, RStride = U1, CStride = R> = MatrixViewMut<'a, T, R, C, RStride, CStride>;
👎Deprecated: Use MatrixViewMut instead.
Expand description
A mutable matrix slice.
This type alias exists only for legacy purposes and is deprecated. It will be removed
in a future release. Please use MatrixViewMut
instead.
See issue #1076
for the rationale.