Trait alga::general::AbstractGroup
[−]
[src]
pub trait AbstractGroup<O: Operator>: AbstractLoop<O> + AbstractMonoid<O> { }A group is a loop and a monoid at the same time.
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>,