pub trait NumVector: Num { type Scalar; }
A common trait for all vectors.
The associated scalar type.