GiNaC  1.6.2
Static Public Attributes
GiNaC::psi2_SERIAL Class Reference

Derivatives of Psi-function (aka polygamma-functions). More...

#include <inifcns.h>

List of all members.

Static Public Attributes

static unsigned serial

Detailed Description

Derivatives of Psi-function (aka polygamma-functions).

Definition at line 169 of file inifcns.h.


Member Data Documentation

unsigned GiNaC::psi2_SERIAL::serial [static]
Initial value:
    function::register_new(function_options("psi", 2).
                           eval_func(psi2_eval).
                           evalf_func(psi2_evalf).
                           derivative_func(psi2_deriv).
                           series_func(psi2_series).
                           latex_name("\\psi").
                           overloaded(2))

Definition at line 169 of file inifcns.h.

Referenced by GiNaC::psi().


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.