Type Definition nalgebra::base::MatrixSliceMutXx4
source · pub type MatrixSliceMutXx4<'a, T, RStride = U1, CStride = Dyn> = Matrix<T, Dyn, U4, ViewStorageMut<'a, T, Dyn, U4, RStride, CStride>>;
👎Deprecated: Use MatrixViewMutXx4 instead. See issue #1076 for more information.
Expand description
A column-major matrix slice with a number of rows chosen at runtime and 4 columns.