Type Definition nalgebra::base::MatrixView4xX

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

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