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

type Vector1<N> = VectorN<N, U1>;

A stack-allocated, 1-dimensional column vector.