Type Definition nalgebra::base::MatrixViewMutXx2
source · pub type MatrixViewMutXx2<'a, T, RStride = U1, CStride = Dyn> = Matrix<T, Dyn, U2, ViewStorageMut<'a, T, Dyn, U2, RStride, CStride>>;
Expand description
A column-major matrix view with a number of rows chosen at runtime and 2 columns.