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.

57 lines
1.9 KiB

25 years ago
  1. Files in this package:
  2. Documentation:
  3. README this text
  4. COPYING free software license
  5. doc/ documentation in texinfo, html, info, dvi, ps formats
  6. Source files:
  7. src/
  8. gmp slimmed down version of GNU gmp-2.0.2
  9. (optional)
  10. base base routines of all of CLN
  11. (mandatory)
  12. integer integer numbers
  13. (mandatory)
  14. rational rational numbers
  15. (needs integer)
  16. float floating-point numbers
  17. (needs integer, rational)
  18. real real numbers
  19. (needs integer, rational, float)
  20. complex complex numbers
  21. (needs integer, rational, float, real)
  22. modinteger integers modulo n
  23. (needs integer)
  24. vector vectors
  25. (needs integer, rational, float, real, complex)
  26. polynomial polynomials
  27. (needs integer, modinteger, vector)
  28. modpolynomial polynomials modulo a given polynomial
  29. (not yet implemented)
  30. numtheory number theory functions
  31. (needs integer, real)
  32. timing timing routines
  33. (standalone)
  34. Include files
  35. include/
  36. Sample programs
  37. examples/
  38. Sample programs used for tuning
  39. benchmarks/
  40. Verification tests:
  41. tests/exam* tests for specific input (like a pupils' exam)
  42. tests/test* coherence tests, for random input
  43. Installation:
  44. configure configuration script
  45. configure.in autoconf-2.13 source for the configuration script
  46. autoconf/* auxiliary configuration scripts
  47. Makefile.in Makefile master