Trait alga::general::Module
[−]
[src]
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.