|
GiNaC
1.6.2
|
00001 00005 /* 00006 * GiNaC Copyright (C) 1999-2011 Johannes Gutenberg University Mainz, Germany 00007 * 00008 * This program is free software; you can redistribute it and/or modify 00009 * it under the terms of the GNU General Public License as published by 00010 * the Free Software Foundation; either version 2 of the License, or 00011 * (at your option) any later version. 00012 * 00013 * This program is distributed in the hope that it will be useful, 00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00016 * GNU General Public License for more details. 00017 * 00018 * You should have received a copy of the GNU General Public License 00019 * along with this program; if not, write to the Free Software 00020 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 00021 */ 00022 00023 #ifndef GINAC_H 00024 #define GINAC_H 00025 00026 #include "version.h" 00027 00028 #include "basic.h" 00029 00030 #include "ex.h" 00031 #include "normal.h" 00032 #include "archive.h" 00033 #include "print.h" 00034 00035 #include "constant.h" 00036 #include "fail.h" 00037 #include "integral.h" 00038 #include "lst.h" 00039 #include "matrix.h" 00040 #include "numeric.h" 00041 #include "power.h" 00042 #include "relational.h" 00043 #include "structure.h" 00044 #include "symbol.h" 00045 #include "pseries.h" 00046 #include "wildcard.h" 00047 #include "symmetry.h" 00048 00049 #include "expair.h" 00050 #include "expairseq.h" 00051 #include "add.h" 00052 #include "mul.h" 00053 00054 #include "exprseq.h" 00055 #include "function.h" 00056 #include "ncmul.h" 00057 00058 #include "inifcns.h" 00059 #include "fderivative.h" 00060 #include "operators.h" 00061 #include "hash_map.h" 00062 00063 #include "idx.h" 00064 #include "indexed.h" 00065 #include "tensor.h" 00066 #include "color.h" 00067 #include "clifford.h" 00068 00069 #include "factor.h" 00070 00071 #include "excompiler.h" 00072 00073 #ifndef IN_GINAC 00074 #include "parser.h" 00075 #else 00076 #include "parser/parser.h" 00077 #endif 00078 00079 #ifdef __MAKECINT__ 00080 #pragma link C++ nestedclass; 00081 #pragma link C++ nestedtypedef; 00082 #endif 00083 00084 #endif // ndef GINAC_H