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

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

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