Type Definition na::MatrixView1xX

source ·
pub type MatrixView1xX<'a, T, RStride = Const<1>, CStride = Const<1>> = Matrix<T, Const<1>, Dyn, ViewStorage<'a, T, Const<1>, Dyn, RStride, CStride>>;
Expand description

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