Module un_algebra::com_group[][src]

Algebraic commutative group traits and implementations.

The com_group module provides support for types that form algebraic comutative groups (also called abelian groups). It also provides support for types that form additive or multiplicative commutative groups, including their "numeric" counterparts.

Modules

add_com_group

Algebraic additive commutative group traits.

com_group

Algebraic commutative group trait.

mul_com_group

Algebraic multiplicative commutative group traits.