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