Type Definition nalgebra::base::MatrixSlice2

source ·
pub type MatrixSlice2<'a, N, RStride = U1, CStride = U2> = MatrixSliceN<'a, N, U2, RStride, CStride>;
Expand description

A column-major 2x2 matrix slice.