[][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...

Implementations on Foreign Types

impl<N: RingCommutative + NumAssign> Module for Complex<N>[src]

type Ring = N

Loading content...

Implementors

Loading content...