Type Definition nalgebra::base::MatrixSlice5xX

source ·
pub type MatrixSlice5xX<'a, N, RStride = U1, CStride = U5> = MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>;
Expand description

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