[−][src]Trait alga::general::Module
A module which overloads the * and + operators.
Associated Types
type Ring: RingCommutative
The underlying scalar field.
A module which overloads the * and + operators.
type Ring: RingCommutativeThe underlying scalar field.
impl<N: RingCommutative + NumAssign> Module for Complex<N>[src]type Ring = N