#include <multiple_zeta_value.h>
Inheritance diagram for multiple_zeta_value:

Public Member Functions | |
| multiple_zeta_value (const GiNaC::ex &llc) | |
| void | archive (GiNaC::archive_node &node) const |
| void | read_archive (const GiNaC::archive_node &node, GiNaC::lst &sym_lst) |
| GiNaC::return_type_t | return_type_tinfo () const |
| void | print (const GiNaC::print_context &c, unsigned level=0) const |
| GiNaC::ex | eval (int level=0) const |
There are two "print" formats available. The default option prints multiple zeta values with reversed order of the arguments, as in the definition above.
If the flag "print_format::no_reversed_order" in the variable "_print_format" is set, multiple zeta values are printed without reversing the order of the arguments, e.g.
This notation is used in the french literature.
|
|
No simplifications implemented for multiple zeta values. Reimplemented from Euler_Zagier_sum. |
1.3.7