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

A dynamically sized column vector.