Type Definition nalgebra::base::MatrixSliceMutXx4[][src]

pub type MatrixSliceMutXx4<'a, T, RStride = U1, CStride = Dynamic> = Matrix<T, Dynamic, U4, SliceStorageMut<'a, T, Dynamic, U4, RStride, CStride>>;
Expand description

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