pub type RowDVector<T> = Matrix<T, Const<1>, Dynamic, VecStorage<T, Const<1>, Dynamic>>;
Expand description

A dynamically sized row vector.