Type Definition nalgebra::base::MatrixSliceMut6

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

A column-major 6x6 mutable matrix slice.