Type Definition nalgebra::base::MatrixViewXx4

source ·
pub type MatrixViewXx4<'a, T, RStride = U1, CStride = Dyn> = Matrix<T, Dyn, U4, ViewStorage<'a, T, Dyn, U4, RStride, CStride>>;
Expand description

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