Type Definition nalgebra::base::MatrixSliceMut3xX

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

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