Type Definition nalgebra::base::MatrixSlice6xX

source ·
pub type MatrixSlice6xX<'a, T, RStride = U1, CStride = U6> = Matrix<T, U6, Dyn, ViewStorage<'a, T, U6, Dyn, RStride, CStride>>;
👎Deprecated: Use MatrixView6xX instead. See issue #1076 for more information.
Expand description

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