Type Definition na::base::DVector

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

A dynamically sized column vector.