Files
cgal/Modular_arithmetic/doc_tex/Modular_arithmetic_ref/Modularizable.tex
T
Michael Hemmer c64aee37fb CGAL::Modular -> CGAL::Residue
ModularTraits::Modular_type -> Residue_type
added a History section
2008-09-08 14:46:46 +00:00

18 lines
649 B
TeX

\begin{ccRefConcept}{Modularizable}
\ccDefinition
An algebraic structure is called \ccRefName, if there is an suitable mapping
into an algebraic structure which is based on the type \ccc{CGAL::Residue}.
For scalar types, e.g. Integers, this mapping is just the canonical homomorphism
into the type \ccc{CGAL::Residue}. For compound types, e.g. Polynomials,
the mapping is applied to the coefficients of the compound type.
The mapping is provided via \ccc{CGAL::Modular_traits<Modularizable>},
being a model of \ccc{ModularTraits}.
\ccSeeAlso
\ccRefIdfierPage{CGAL::Residue}\\
\ccRefIdfierPage{CGAL::Modular_traits<T>}\\
\end{ccRefConcept}