Type Definition nalgebra::base::MatrixView1xX

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

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