Type Definition na::MatrixSliceMutXx5

source · []
pub type MatrixSliceMutXx5<'a, T, RStride = Const<1_usize>, CStride = Dynamic> = Matrix<T, Dynamic, Const<{_: usize}>, SliceStorageMut<'a, T, Dynamic, Const<{_: usize}>, RStride, CStride>>;
Expand description

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