mirror of https://github.com/CGAL/cgal
57 lines
2.1 KiB
Plaintext
57 lines
2.1 KiB
Plaintext
/// \defgroup PkgAlgebraicFoundations Algebraic Foundations
|
|
|
|
/// \defgroup PkgAlgebraicFoundationsAlgebraicStructures Algebraic Structures
|
|
/// \ingroup PkgAlgebraicFoundations
|
|
|
|
/// \defgroup PkgAlgebraicFoundationsAlgebraicStructuresConcepts Concepts
|
|
/// \ingroup PkgAlgebraicFoundationsAlgebraicStructures
|
|
|
|
|
|
/// \defgroup PkgAlgebraicFoundationsRealEmbeddable Real Embeddable
|
|
/// \ingroup PkgAlgebraicFoundations
|
|
|
|
/// \defgroup PkgAlgebraicFoundationsRealEmbeddableConcepts Concepts
|
|
/// \ingroup PkgAlgebraicFoundationsRealEmbeddable
|
|
|
|
/// \defgroup PkgAlgebraicFoundationsRealNumberTypes Real Number Types
|
|
/// \ingroup PkgAlgebraicFoundations
|
|
|
|
/// \defgroup PkgAlgebraicFoundationsRealNumberTypesConcepts Concepts
|
|
/// \ingroup PkgAlgebraicFoundationsRealNumberTypes
|
|
|
|
|
|
/// \defgroup PkgAlgebraicFoundationsInteroperability Interoperability
|
|
/// \ingroup PkgAlgebraicFoundations
|
|
|
|
/// \defgroup PkgAlgebraicFoundationsInteroperabilityConcepts Concepts
|
|
/// \ingroup PkgAlgebraicFoundationsInteroperability
|
|
|
|
|
|
/// \defgroup PkgAlgebraicFoundationsFractions Fractions
|
|
/// \ingroup PkgAlgebraicFoundations
|
|
|
|
/// \defgroup PkgAlgebraicFoundationsFractionsConcepts Concepts
|
|
/// \ingroup PkgAlgebraicFoundationsFractions
|
|
|
|
|
|
/// \defgroup PkgAlgebraicFoundationsMiscellaneous Miscellaneous
|
|
/// \ingroup PkgAlgebraicFoundations
|
|
|
|
/// \defgroup PkgAlgebraicFoundationsMiscellaneousConcepts Concepts
|
|
/// \ingroup PkgAlgebraicFoundationsMiscellaneous
|
|
|
|
/*!
|
|
\addtogroup PkgAlgebraicFoundations
|
|
\todo check generated documentation
|
|
\PkgDescriptionBegin{Algebraic Foundations,PkgAlgebraicFoundationsSummary}
|
|
\PkgPicture{Algebraic_foundations2.png}
|
|
\PkgAuthor{Michael Hemmer}
|
|
\PkgDesc{This package defines what algebra means for \cgal, in terms of concepts, classes and functions. The main features are: (i) explicit concepts for interoperability of types (ii) separation between algebraic types (not necessarily embeddable into the reals), and number types (embeddable into the reals).}
|
|
\PkgSince{3.3}
|
|
\PkgBib{cgal:h-af}
|
|
\PkgLicense{\ref licensesLGPL "LGPL"}
|
|
\PkgManuals{Chapter_Algebraic_Foundations,PkgAlgebraicFoundations}
|
|
\PkgDescriptionEnd
|
|
*/
|
|
|