ModularTraits::ModularImageRepresentative

Definition

This AdaptableUnaryFunction returns a representative in the original type of a given modular image. More precisely, it implements the right inverse of a proper restriction of the homomorphism φ, which is implemented by ModularTraits::ModularImage.

Types

typedef ModularTraits::Type result_type;

typedef ModularTraits::Residue_type
argument_type;

result_type fo ( argument_type x ) computes φ-1(x).

Refines

AdaptableUnaryFunction

See Also

ModularTraits