Type Definition na::RowDVector

source ·
pub type RowDVector<T> = Matrix<T, Const<1>, Dyn, VecStorage<T, Const<1>, Dyn>>;
Expand description

A dynamically sized row vector.