26#ifndef __NESTEDSUMS_CONSTANTS_H__
27#define __NESTEDSUMS_CONSTANTS_H__
29#include "ginac/ginac.h"
36 extern const int nestedsums_version_minor;
37 extern const int nestedsums_version_micro;
39 extern const GiNaC::symbol Infinity;
41 const int add_precedence = 40;
42 const int mul_precedence = 50;
43 const int pow_precedence = 60;
56 extern int _print_format;
58 extern const GiNaC::symbol _default;
59 extern const GiNaC::symbol _default_index;
69 extern const Zsum _default_Zsum;
71 extern const Ssum _default_Ssum;
76 extern std::map<unsigned, GiNaC::ex> _table_list_of_tgamma;
77 extern int _flag_table_list_of_tgamma;
78 extern int _count_table_list_of_tgamma;
80 extern std::map<unsigned, GiNaC::ex> _table_transcendental_sum_type_A;
81 extern int _flag_table_transcendental_sum_type_A;
82 extern int _count_table_transcendental_sum_type_A;
84 extern std::map<unsigned, GiNaC::ex> _table_transcendental_sum_type_C;
85 extern int _flag_table_transcendental_sum_type_C;
86 extern int _count_table_transcendental_sum_type_C;
A Ssum_to_Infinity is a special case of a Ssum.
Definition Ssum_to_Infinity.h:43
Ssums form an algebra.
Definition Ssum.h:56
Zsums form a Hopf algebra.
Definition Zsum.h:54
A basic_letter is an element of an alphabet.
Definition basic_letter.h:50
The class list_of_tgamma is a container for the class ratio_of_tgamma.
Definition list_polygamma.h:50
A multiple polylog sum is a special case of a Zsum.
Definition multiple_polylog.h:54
A unit_letter is a letter whose letter content equals 1.
Definition unit_letter.h:45
Definition basic_letter.cc:35
const lst _empty_list
Definition constants.h:60
const unit_letter _unit_one_letter
Definition constants.h:63
int _nestedsums_evaluation_veto
Definition constants.cc:74
int _nestedsums_evaluation_veto_type_A
Definition constants.cc:79
int _nestedsums_evaluation_veto_type_C
Definition constants.cc:89
const int nestedsums_version_major
Definition constants.cc:41
int _nestedsums_evaluation_veto_type_B
Definition constants.cc:84
int _nestedsums_evaluation_veto_type_D
Definition constants.cc:94
const list_of_tgamma _empty_list_of_tgamma
Definition constants.h:65
const unit_letter _unit_zero_letter
Definition constants.h:62
int _debug_level
Definition constants.cc:69