Type Definition nalgebra::base::DVector

source ·
pub type DVector<N> = Matrix<N, Dynamic, U1, MatrixVec<N, Dynamic, U1>>;
Expand description

A dynamically sized column vector.