Type Definition nalgebra::base::MatrixViewMutXx5

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

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