Type Definition nalgebra::base::MatrixSlice2xX

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

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