Type Definition nalgebra::base::MatrixSlice2xX

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

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