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

pub type MatrixSliceXx5<'a, T, RStride = U1, CStride = Dynamic> = Matrix<T, Dynamic, U5, SliceStorage<'a, T, Dynamic, U5, RStride, CStride>>;
Expand description

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