Type Definition nalgebra::base::DVector[][src]

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

A dynamically sized column vector.

Trait Implementations

impl<'a, T: Scalar> From<Vec<T, Global>> for DVector<T>[src]