GiNaC 1.8.7
Static Public Attributes | List of all members
GiNaC::psi2_SERIAL Class Reference

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

#include <inifcns.h>

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

◆ serial

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))
static unsigned register_new(function_options const &opt)
Definition: function.cpp:2243
static ex psi2_eval(const ex &n, const ex &x)
Evaluation of polygamma-function psi(n,x).
static ex psi2_deriv(const ex &n, const ex &x, unsigned deriv_param)
static ex psi2_series(const ex &n, const ex &arg, const relational &rel, int order, unsigned options)
static ex psi2_evalf(const ex &n, const ex &x)

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.