pub type Vector4<T> = Matrix<T, U4, U1, ArrayStorage<T, 4, 1>>;
A stack-allocated, 4-dimensional column vector.