Type Definition nalgebra::base::MatrixSliceXx5

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

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