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

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

type Field: Field

The underlying scalar field.

Loading content...

Implementors

Loading content...