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.

56 lines
1.9 KiB

25 years ago
25 years ago
25 years ago
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. base base routines of all of CLN
  9. (mandatory)
  10. integer integer numbers
  11. (mandatory)
  12. rational rational numbers
  13. (needs integer)
  14. float floating-point numbers
  15. (needs integer, rational)
  16. real real numbers
  17. (needs integer, rational, float)
  18. complex complex numbers
  19. (needs integer, rational, float, real)
  20. modinteger integers modulo n
  21. (needs integer)
  22. vector vectors
  23. (needs integer, rational, float, real, complex)
  24. polynomial polynomials
  25. (needs integer, modinteger, vector)
  26. modpolynomial polynomials modulo a given polynomial
  27. (not yet implemented)
  28. numtheory number theory functions
  29. (needs integer, real)
  30. timing timing routines
  31. (standalone)
  32. Include files
  33. include/cln/
  34. Sample programs
  35. examples/
  36. Sample programs used for tuning
  37. benchmarks/
  38. Verification tests:
  39. tests/exam* tests for specific input (like a pupils' exam)
  40. tests/test* coherence tests, for random input
  41. Installation:
  42. configure configuration script
  43. configure.in autoconf source for the configuration script
  44. autoconf/* auxiliary configuration scripts
  45. m4/* autoconf's driver macros
  46. Makefile.in Makefile master