Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

flags.h

Go to the documentation of this file.
00001 00008 /* 00009 * Copyright (C) 2001 Stefan Weinzierl 00010 * 00011 * This program is free software; you can redistribute it and/or modify 00012 * it under the terms of the GNU General Public License as published by 00013 * the Free Software Foundation; either version 2 of the License, or 00014 * (at your option) any later version. 00015 * 00016 * This program is distributed in the hope that it will be useful, 00017 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00019 * GNU General Public License for more details. 00020 * 00021 * You should have received a copy of the GNU General Public License 00022 * along with this program; if not, write to the Free Software 00023 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00024 */ 00025 00026 #ifndef __NESTEDSUMS_FLAGS_H__ 00027 #define __NESTEDSUMS_FLAGS_H__ 00028 00029 #include "ginac/ginac.h" 00030 00031 namespace nestedsums { 00032 00034 class expand_status { 00035 00036 public: 00037 enum { 00038 start, 00039 expansion_required, 00040 check_for_poles, 00041 expand_gamma_functions, 00042 do_partial_fractioning, 00043 adjust_summation_index, 00044 hash_checked, 00045 do_outermost_sum, 00046 do_hoelder_convolution, 00047 hoelder_hash_checked, 00048 evaluated, 00049 no_eval_to_scalar, 00050 eval_to_scalar, 00051 zombie 00052 }; 00053 }; 00054 00056 class expand_request { 00057 00058 public: 00059 enum { 00060 start = 0x0000, 00061 power = 0x0001, 00062 member_variables = 0x0002, 00063 one_level = 0x0004 00064 }; 00065 }; 00066 00068 class print_format { 00069 00070 public: 00071 enum { 00072 standard = 0x0000, 00073 no_harmonic_polylog = 0x0001, 00074 no_nielsen_polylog = 0x0002, 00075 no_classical_polylog = 0x0004, 00076 no_special_cases = 0x0007, 00077 no_reversed_order = 0x0008 00078 }; 00079 }; 00080 00082 class nestedsums_status_flags { 00083 public: 00084 enum { 00085 expanded = 0x1004 00086 }; 00087 }; 00088 00089 } // namespace nestedsums 00090 00091 #endif // ndef __NESTEDSUMS_FLAGS_H__ 00092 00093 00094 00095 00096 00097 00098 00099 00100

Generated on Wed Jun 10 22:59:10 2009 for Nestedsums library by doxygen 1.3.7