Type Definition nalgebra::core::VectorN [] [src]

type VectorN<N, D> = MatrixNM<N, D, U1>;

A statically sized D-dimensional column vector.