NTLib - Number Theory Library 0.9
Loading...
Searching...
No Matches
ntlib::MultiplicativeCommutativeGroup Concept Referenceexport
module base

Restricts to types modeling a multiplicative commutative group. More...

Concept definition

template<typename T>
Restricts to types with a commutative multiplication operation.
Definition concepts.cpp:261
Restricts to types modeling a multiplicative commutative group.
Definition concepts.cpp:288
Restricts to types modeling a multiplicative group.
Definition concepts.cpp:236

Detailed Description

Restricts to types modeling a multiplicative commutative group.

Template Parameters
TA set with an associative and commutative inner multiplication operation, a multiplicative neutral element, and multiplicative inverse elements (for all non-zero elements).