initial doc

This commit is contained in:
Michael Hemmer
2007-03-26 16:31:33 +00:00
parent d10a950784
commit e89fb16ade
8 changed files with 186 additions and 0 deletions
@@ -0,0 +1,18 @@
\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::Modular}.
For scalar types, e.g. Integers, this mapping is just the kanonical homomorphism
into the type \ccc{CGAL::Modular}. For compount types, e.g. Polynomials,
the mapping is applied to the coefficient of the compount type.
The mapping is provided via \ccc{CGAL::Modular_traits<Modularizable>},
being a model of \ccc{ModularTraits}.
\ccSeeAlso
\ccRefIdfierPage{Modular}\\
\ccRefIdfierPage{ModularTraits}\\
\end{ccRefConcept}