NTLib - Number Theory Library 0.9
Loading...
Searching...
No Matches
Concepts
Here is a list of all documented concepts with brief descriptions:
[detail level 12]
 Nntlib
 RHasAdditiveNeutralRestricts to types with an additive neutral element
 RHasMultiplicativeNeutralRestricts to types with a multiplicative neutral element
 RAdditiveSemigroupRestricts to types modeling an additive semigroup
 RMultiplicativeSemigroupRestricts to types modeling a multiplication semigroup
 RAdditiveMonoidRestricts to types modeling an additive monoid
 RMultiplicativeMonoidRestricts to types modeling a multiplicative monoid
 RHasAdditiveInverses
 RHasMultiplicativeInversesRestricts to types with multiplicative inverse elements
 RAdditiveGroupRestricts to types modeling an additive group
 RMultiplicativeGroupRestricts to types modeling a multiplicative group
 RIsAdditiveCommutativeRestricts to types with a commutative addition operation
 RIsMultiplicativeCommutativeRestricts to types with a commutative multiplication operation
 RAdditiveCommutativeGroupRestricts to types modeling an additive commutative group
 RMultiplicativeCommutativeGroupRestricts to types modeling a multiplicative commutative group
 RRingRestricts to types modeling a ring
 RCommutativeRingRestricts to types modeling a commutative ring
 RFieldRestricts to types modeling a field
 RHasDivisionWithRemainderRestricts to types supporting division with remainder
 RIntegerRestricts to types modeling the integers
 RInt128Concept for signed and unsigned NTLib 128 bit integers
 RModIntAddableConcept to ensure that no overflow can occur during addition or subtraction
 RModIntMultiplicableConcept to ensure that no overflow can occur during multiplication
 RHasAdditiveInverseRestricts to types with additive inverse elements