]> www.ginac.de Git - ginac.git/blob - README
Add proper functions to make clifford_bar() and clifford_star().
[ginac.git] / README
1 General Information
2 ===================
3
4 GiNaC (which stands for "GiNaC is Not a CAS" (computer algebra system)) is a
5 C++ library for symbolic mathematical calculations.  It is designed to allow
6 the creation of integrated systems that embed symbolic manipulations together
7 with more established areas of computer science (like computation-intense
8 numeric applications, graphical interfaces, etc.) under one roof.
9
10 The official web site is:
11   http://www.ginac.de/
12
13 A mailing list is located at:
14   ginac-list@ginac.de
15
16 You need to be subscribed to be able to post to the list. To subscribe,
17 please follow the instructions on
18   https://www.cebix.net/mailman/listinfo/ginac-list
19
20 See http://www.ginac.de/Lists.html for the list policy.
21
22
23 Installation
24 ============
25
26 See the file "INSTALL".
27
28
29 How to report bugs
30 ==================
31
32 If you have identified a bug in GiNaC you are welcome to send a detailed
33 bug report to <ginac-list@ginac.de>.  Please think about your bug!  This
34 means that you should include
35
36 * Information about your system
37
38    - Which operating system and version (uname -a)
39    - Which C compiler and version (gcc --version)
40    - For Linux, which version of the C library
41
42   And anything else you think is relevant.
43
44 * Information about your version of GiNaC
45
46    - Version and release number
47    - Which options GiNaC was configured with
48
49 * How to reproduce the bug
50
51    - If it is a systematical bug in the library, a short test program
52      together with the output you get and the output you expect will
53      help us to reproduce it quickly.
54
55 Patches are most welcome.  If possible please make them with diff -c and
56 include ChangeLog entries.