26#ifndef __NESTEDSUMS_FUNCTIONS_H__
27#define __NESTEDSUMS_FUNCTIONS_H__
29#include "ginac/ginac.h"
35DECLARE_FUNCTION_2P(Harmonic_sum)
40DECLARE_FUNCTION_2P(EulerZagier_sum)
45DECLARE_FUNCTION_2P(S_sum_infinity)
50DECLARE_FUNCTION_3P(S_sum)
55DECLARE_FUNCTION_3P(Z_sum)
59extern GiNaC::ex convert_to_nestedsums(
const GiNaC::ex & e);
63extern GiNaC::ex convert_to_ginac_functions(
const GiNaC::ex & e);
Definition basic_letter.cc:35