Type Definition nalgebra::base::MatrixSlice5

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

A column-major 5x5 matrix slice.