Trait alga::linear::VectorSpace[][src]

pub trait VectorSpace: Module<Ring = Self::Field> {
    type Field: Field;
}

A vector space has a module structure over a field instead of a ring.

Associated Types

The underlying scalar field.

Implementors