Trait alga::general::AbstractGroup [−][src]
A group is a loop and a monoid at the same time.
A groups is a set with a closed associative binary operation with the divisibility property and an identity element.
Implementations on Foreign Types
impl<N> AbstractGroup<Multiplicative> for Complex<N> where
N: Num + Clone + ClosedNeg,
[src]
N: Num + Clone + ClosedNeg,
impl<N> AbstractGroup<Additive> for Complex<N> where
N: AbstractGroupAbelian<Additive>,
[src]
N: AbstractGroupAbelian<Additive>,