Type Definition nalgebra::base::MatrixSliceMut5

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

A column-major 5x5 mutable matrix slice.