Type Definition nalgebra::base::MatrixSliceXx3

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

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