Type Definition nalgebra::base::Vector1

source ·
pub type Vector1<N> = VectorN<N, U1>;
Expand description

A stack-allocated, 1-dimensional column vector.