CGAL 4.4 - Modular Arithmetic
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ModularTraits::ModularImage Concept Reference

Definition

This AdaptableUnaryFunction computes the modular image of the given value with respect to a homomorphism φ from the ModularTraits::Type into the ModularTraits::Residue_type.

The homomorphism preserves the mapping of int into both types , i.e., φ(Type(i))==Residue_type(i).

Refines:
AdaptableUnaryFunction
See Also
ModularTraits

Types

typedef ModularTraits::Residue_type result_type
 
typedef ModularTraits::Type argument_type
 
result_type operator() (const argument_type &x)
 computes φ(x).