Type Definition nalgebra::base::MatrixViewMut3xX

source ·
pub type MatrixViewMut3xX<'a, T, RStride = U1, CStride = U3> = Matrix<T, U3, Dyn, ViewStorageMut<'a, T, U3, Dyn, RStride, CStride>>;
Expand description

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