• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

check/H03-May-2022-17,81313,464

cmake/H01-Jan-2022-391348

config/H01-Jan-2022-29,63424,238

doc/H03-May-2022-25,37620,606

ginac/H03-May-2022-59,76140,020

ginsh/H03-May-2022-7,9816,092

m4/H01-Jan-2022-12,00310,848

scripts/H01-Jan-2022-12596

tools/H03-May-2022-936806

AUTHORSH A D01-Jan-20221.5 KiB4034

COPYINGH A D01-Jan-202217.7 KiB342283

ChangeLogH A D01-Jan-2022370 87

GiNaC.specH A D01-Jan-20223.5 KiB131100

GiNaC.spec.inH A D01-Jan-20223.5 KiB131100

INSTALLH A D01-Jan-20224.7 KiB139100

INSTALL.CMakeH A D01-Jan-20221.5 KiB6541

Makefile.amH A D01-Jan-2022949 3320

Makefile.inH A D03-May-202230.1 KiB955846

NEWSH A D01-Jan-202243.3 KiB957854

READMEH A D01-Jan-20221.6 KiB5737

acinclude.m4H A D01-Jan-20226.9 KiB210195

aclocal.m4H A D01-Jan-202267.4 KiB1,8511,681

config.cmake.inH A D01-Jan-2022156 65

configureH A D03-May-2022684.8 KiB23,07019,613

configure.acH A D01-Jan-20224.1 KiB112101

ginac.pcH A D01-Jan-2022272 1210

ginac.pc.cmakeH A D01-Jan-2022322 1210

ginac.pc.inH A D01-Jan-2022255 1210

README

1General Information
2===================
3
4GiNaC (which stands for "GiNaC is Not a CAS" (computer algebra system)) is a
5C++ library for symbolic mathematical calculations.  It is designed to allow
6the creation of integrated systems that embed symbolic manipulations together
7with more established areas of computer science (like computation-intense
8numeric applications, graphical interfaces, etc.) under one roof.
9
10The official web site is:
11  https://www.ginac.de/
12
13A mailing list is located at:
14  ginac-list@ginac.de
15
16You need to be subscribed to be able to post to the list. To subscribe,
17please follow the instructions on
18  https://www.cebix.net/mailman/listinfo/ginac-list
19
20See https://www.ginac.de/Lists.html for the list policy.
21
22
23Installation
24============
25
26See the file "INSTALL".
27
28
29How to report bugs
30==================
31
32If you have identified a bug in GiNaC you are welcome to send a detailed
33bug report to <ginac-list@ginac.de>.  Please think about your bug!  This
34means 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
55Patches are most welcome.  If possible please make them with diff -c and
56include ChangeLog entries.
57