Type Definition nalgebra::base::MatrixSliceMut6xX

source ·
pub type MatrixSliceMut6xX<'a, N, RStride = U1, CStride = U6> = MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>;
Expand description

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