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

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

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