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

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

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