Modular_traits::Modular_image_inv -> Modular_image_representative

This commit is contained in:
Michael Hemmer
2008-09-09 12:54:08 +00:00
parent ccf81d34ec
commit cf7e170ec8
26 changed files with 65 additions and 66 deletions
@@ -0,0 +1,25 @@
\begin{ccRefFunctionObjectConcept}{ModularTraits::ModularImageRepresentative}
\ccDefinition
This \ccc{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 $\varphi$, which is implemented by \ccc{ModularTraits::ModularImage}.
\ccTypes
\ccTypedef{typedef ModularTraits::Type result_type;}{}
\ccTypedef{typedef ModularTraits::Residue_type argument_type;}{}
\ccCreationVariable{fo}
\ccMethod{
result_type
operator()(const argument_type &x);}{
computes $\varphi^{-1}(x)$.
}
\ccRefines
\ccc{AdaptableUnaryFunction}
\ccSeeAlso
\ccRefConceptPage{ModularTraits}
\end{ccRefFunctionObjectConcept}