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

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