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