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