Type Definition nalgebra::base::MatrixSliceMut [−][src]
pub type MatrixSliceMut<'a, T, R, C, RStride = U1, CStride = R> = Matrix<T, R, C, SliceStorageMut<'a, T, R, C, RStride, CStride>>;
Expand description
A mutable matrix slice.