22 lines
790 B
Plaintext
22 lines
790 B
Plaintext
/// \defgroup PkgModularArithmetic Modular Arithmetic Reference
|
|
/// \defgroup PkgModularArithmeticConcepts Concepts
|
|
/// \ingroup PkgModularArithmetic
|
|
/*!
|
|
\addtogroup PkgModularArithmetic
|
|
\todo check generated documentation
|
|
\PkgDescriptionBegin{Modular Arithmetic,PkgModularArithmeticSummary}
|
|
\PkgPicture{Modular_arithmetic.png}
|
|
\PkgSummaryBegin
|
|
\PkgAuthors{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. }
|
|
\PkgManuals{Chapter_Modular_Arithmetic,PkgModularArithmetic}
|
|
\PkgSummaryEnd
|
|
\PkgShortInfoBegin
|
|
\PkgSince{3.4}
|
|
\PkgBib{cgal:h-ma}
|
|
\PkgLicense{\ref licensesLGPL "LGPL"}
|
|
\PkgShortInfoEnd
|
|
\PkgDescriptionEnd
|
|
*/
|
|
|