Trait VectorSpace
alga::linear
pub trait VectorSpace: Module<Ring = Self::Field> { type Field: Field; }
A vector space has a module structure over a field instead of a ring.
type Field: Field
The underlying scalar field.