Type Definition nalgebra::base::MatrixSliceMut4xX

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

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