00001 00009 /* 00010 * Copyright (C) 2001 Stefan Weinzierl 00011 * 00012 * This program is free software; you can redistribute it and/or modify 00013 * it under the terms of the GNU General Public License as published by 00014 * the Free Software Foundation; either version 2 of the License, or 00015 * (at your option) any later version. 00016 * 00017 * This program is distributed in the hope that it will be useful, 00018 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00019 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00020 * GNU General Public License for more details. 00021 * 00022 * You should have received a copy of the GNU General Public License 00023 * along with this program; if not, write to the Free Software 00024 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00025 */ 00026 00098 #ifndef __NESTEDSUMS_NESTEDSUMS_H__ 00099 #define __NESTEDSUMS_NESTEDSUMS_H__ 00100 00101 //#define _DEBUG 00102 00103 #include "version.h" 00104 #include "flags.h" 00105 #include "symbol_factory.h" 00106 #include "hash_entry.h" 00107 00108 #include "root_of_unity.h" 00109 00110 #include "basic_letter.h" 00111 #include "letter.h" 00112 #include "unit_letter.h" 00113 00114 #include "Zsum.h" 00115 #include "Ssum.h" 00116 #include "Csum.h" 00117 #include "Bsum.h" 00118 #include "Euler_Zagier_sum.h" 00119 #include "harmonic_sum.h" 00120 #include "multiple_polylog.h" 00121 #include "harmonic_polylog.h" 00122 #include "nielsen_polylog.h" 00123 #include "classical_polylog.h" 00124 #include "multiple_zeta_value.h" 00125 #include "Ssum_to_Infinity.h" 00126 #include "harmonic_sum_to_Infinity.h" 00127 00128 #include "polygamma.h" 00129 #include "list_polygamma.h" 00130 00131 #include "transcendental_A.h" 00132 #include "transcendental_B.h" 00133 #include "transcendental_C.h" 00134 #include "transcendental_D.h" 00135 00136 #include "transc_fct_A.h" 00137 #include "transc_fct_B.h" 00138 #include "transc_fct_C.h" 00139 #include "transc_fct_D.h" 00140 00141 #include "constants.h" 00142 #include "helpers.h" 00143 #include "functions.h" 00144 00145 #endif // ndef __NESTEDSUMS_NESTEDSUMS_H__ 00146
1.3.7