Nestedsums library
harmonic_sum.h File Reference
#include "ginac/ginac.h"

Go to the source code of this file.

Classes

class  harmonic_sum
 A harmonic sum is a special case of a Ssum. More...
 

Namespaces

namespace  nestedsums
 

Functions

 GINAC_DECLARE_UNARCHIVER (harmonic_sum)
 
GiNaC::ex create_harmonic_sum (const GiNaC::ex &nc, const GiNaC::ex &llc)
 
GiNaC::ex create_harmonic_sum_with_ones (const GiNaC::ex &n, const int &k)
 
GiNaC::ex create_harmonic_sum_from_exvector (const GiNaC::ex &nc, const GiNaC::exvector &v)
 
template<>
const nestedsums::harmonic_sumex_to< nestedsums::harmonic_sum > (const ex &e)
 

Detailed Description

Interface to harmonic sums