Type Definition nalgebra::base::MatrixSlice4xX

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

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