[][src]Trait alga::general::Module

pub trait Module: AbstractModule<AbstractRing = Self::Ring> + AdditiveGroupAbelian + ClosedMul<Self::Ring> {
    type Ring: RingCommutative;
}

A module which overloads the * and + operators.

Associated Types

type Ring: RingCommutative

The underlying scalar field.

Loading content...

Implementors

Loading content...