Type Definition nyx_space::linalg::MatrixView6xX

source ·
pub type MatrixView6xX<'a, T, RStride = Const<1>, CStride = Const<6>> = Matrix<T, Const<6>, Dyn, ViewStorage<'a, T, Const<6>, Dyn, RStride, CStride>>;
Expand description

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