Type Definition nalgebra::base::MatrixSliceXx6

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

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