GiNaC  1.6.2
Static Public Attributes
GiNaC::zeta2_SERIAL Class Reference

Alternating Euler sum or colored MZV. More...

#include <inifcns.h>

List of all members.

Static Public Attributes

static unsigned serial

Detailed Description

Alternating Euler sum or colored MZV.

Definition at line 115 of file inifcns.h.


Member Data Documentation

unsigned GiNaC::zeta2_SERIAL::serial [static]
Initial value:
 function::register_new(function_options("zeta", 2).
                                evalf_func(zeta2_evalf).
                                eval_func(zeta2_eval).
                                derivative_func(zeta2_deriv).
                                print_func<print_latex>(zeta2_print_latex).
                                do_not_evalf_params().
                                overloaded(2))

Definition at line 115 of file inifcns.h.

Referenced by GiNaC::zeta().


The documentation for this class was generated from the following files:

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.