Type Definition na::MatrixSliceMut

source · []
pub type MatrixSliceMut<'a, T, R, C, RStride = Const<1_usize>, CStride = R> = Matrix<T, R, C, SliceStorageMut<'a, T, R, C, RStride, CStride>>;
Expand description

A mutable matrix slice.