Type Definition na::MatrixSlice1xX

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

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