Type Definition na::MatrixViewMut2xX

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

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