The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

62 lines
1.1 KiB

4 weeks ago
  1. /**
  2. @defgroup Polynomials Polynomials
  3. @{
  4. @defgroup multirp Multivariate Represented Polynomials
  5. @{ @}
  6. @defgroup unirp Univariate Represented Polynomials
  7. @{ @}
  8. @}
  9. @defgroup constraints Constraints
  10. @{ @}
  11. @defgroup constraints Constraints
  12. @{ @}
  13. @defgroup algorithm Algorithms
  14. @{
  15. @defgroup gcd Greatest Common Divisor
  16. @{ @}
  17. @defgroup gb Groebner Bases
  18. @{ @}
  19. @defgroup cad Cylindrical Algebraic Decomposition
  20. @{ @}
  21. @}
  22. @defgroup number Number Types
  23. @{
  24. @defgroup gmpxx GMPxx Usage
  25. @{ @}
  26. @defgroup cln CLN Usage
  27. @{ @}
  28. @}
  29. @defgroup typetraits Type Traits
  30. @{
  31. @defgroup typetraits_is_field is_field
  32. @defgroup typetraits_is_finite is_finite
  33. @defgroup typetraits_is_float is_float
  34. @defgroup typetraits_is_integer is_integer
  35. @{
  36. @defgroup typetraits_is_subset_of_integers is_subset_of_integers
  37. @}
  38. @defgroup typetraits_is_number is_number
  39. @defgroup typetraits_is_rational is_rational
  40. @{
  41. @defgroup typetraits_is_subset_of_rationals is_subset_of_rationals
  42. @}
  43. @defgroup typetraits_IntegralType IntegralType
  44. @defgroup typetraits_UnderlyingNumberType UnderlyingNumberType
  45. @}
  46. */
  47. // end of a group