pub type Vector5<T> = Matrix<T, U5, U1, ArrayStorage<T, 5, 1>>;
A stack-allocated, 5-dimensional column vector.