|
Nestedsums library
|
#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_sum & | ex_to< nestedsums::harmonic_sum > (const ex &e) |
Interface to harmonic sums