Type Definition nalgebra::base::MatrixSlice5xX

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

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