Type Definition nalgebra::base::MatrixSliceMut5xX

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

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