mirror of https://github.com/CGAL/cgal
19 lines
626 B
Plaintext
19 lines
626 B
Plaintext
|
|
|
|
/// \defgroup PkgModularArithmetic Modular Arithmetic
|
|
/// \defgroup PkgModularArithmeticConcepts Concepts
|
|
/// \ingroup PkgModularArithmetic
|
|
/*!
|
|
\addtogroup PkgModularArithmetic
|
|
\todo check generated documentation
|
|
\PkgDescriptionBegin{Modular Arithmetic}
|
|
\PkgPicture{Modular_arithmetic.png}
|
|
\PkgAuthor{Michael Hemmer and Sylvain Pion}
|
|
\PkgDesc{This package provides arithmetic over finite fields. The provided tools are in particular useful for filters based on modular arithmetic and algorithms based on Chinese remainder. }
|
|
\PkgSince{3.4}
|
|
\cgalbib{cgal:h-ma}
|
|
\license{ \ref licensesLGPL "LGPL" }
|
|
\PkgDescriptionEnd
|
|
*/
|
|
|