pub type Vector5<T> = Matrix<T, Const<5>, Const<1>, ArrayStorage<T, 5, 1>>;
Expand description

A stack-allocated, 5-dimensional column vector.