Type Definition nalgebra::base::MatrixViewMut2xX

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

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