Type Definition rin::math::DVector[][src]

type DVector<N> = Matrix<N, Dynamic, U1, VecStorage<N, Dynamic, U1>>;

A dynamically sized column vector.