Type Definition nalgebra::base::MatrixSliceMut4xX

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

A column-major matrix slice with 4 rows and a number of columns chosen at runtime.