]> www.ginac.de Git - ginac.git/blob - ginac/ginac.h
ae9a699f626d1490c16cd88cc0e99c6a06f8da19
[ginac.git] / ginac / ginac.h
1 /** @file ginac.h
2  *
3  *  This include file includes all other public GiNaC headers.
4  *
5  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
6  *
7  *  This program is free software; you can redistribute it and/or modify
8  *  it under the terms of the GNU General Public License as published by
9  *  the Free Software Foundation; either version 2 of the License, or
10  *  (at your option) any later version.
11  *
12  *  This program is distributed in the hope that it will be useful,
13  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  *  GNU General Public License for more details.
16  *
17  *  You should have received a copy of the GNU General Public License
18  *  along with this program; if not, write to the Free Software
19  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20  */
21
22 #ifndef __GINAC_H__
23 #define __GINAC_H__
24
25 #include <ginac/basic.h>
26
27 #include <ginac/ex.h>
28 #include <ginac/normal.h>
29
30 #include <ginac/constant.h>
31 #include <ginac/fail.h>
32 #include <ginac/idx.h>
33 #include <ginac/lst.h>
34 #include <ginac/matrix.h>
35 #include <ginac/numeric.h>
36 #include <ginac/power.h>
37 #include <ginac/relational.h>
38 #include <ginac/structure.h>
39 #include <ginac/symbol.h>
40
41 #include <ginac/expair.h>
42 #include <ginac/expairseq.h>
43 #include <ginac/add.h>
44 #include <ginac/mul.h>
45 #include <ginac/series.h>
46
47 #include <ginac/exprseq.h>
48 #include <ginac/function.h>
49 #include <ginac/ncmul.h>
50
51 #include <ginac/inifcns.h>
52 #include <ginac/operators.h>
53
54 #ifndef GINAC_BASE_ONLY
55 #include <ginac/indexed.h>
56 #include <ginac/clifford.h>
57 #include <ginac/coloridx.h>
58 #include <ginac/color.h>
59 #include <ginac/isospin.h>
60 #include <ginac/lorentzidx.h>
61 #include <ginac/simp_lor.h>
62 #endif /* ndef GINAC_BASE_ONLY */
63
64 #endif /* ndef __GINAC_H__ */