#include <PolyGamma.h>
Static Public Member Functions | |
| double | DiGamma (const int n) |
| Evaluate Di-Gamma(n) for integer n. | |
| Dpair | DiGammaErr (const int n) |
| Evaluate Di-Gamma(n) and estimate the error. | |
| double | DiGamma (const double x) |
| Evaluate Di-Gamma(x). | |
| Dpair | DiGammaErr (const double x) |
| Evaluate Di-Gamma and estimate the error. | |
| double | DiGammaI (const double y) |
| Evaluate DiGamma(y) = Re[psi(1+iy)]. | |
| Dpair | DiGammaIErr (const double y) |
| Evaluate DiGamma(y) = Re[psi(1+iy)] and estimate the error. | |
| double | TriGamma (const int n) |
| Evaluate Tri-Gamma(n) for integer n. | |
| Dpair | TriGammaErr (const int n) |
| Evaluate Tri-Gamma(n) and estimate the error. | |
| double | PolyGammaN (const int n, const double x) |
| Evaluate Poly-Gamma(n,x). | |
| Dpair | PolyGammaNErr (const int n, const double x) |
| Evaluate Poly-Gamma(n,x) and estimate the error. | |
Definition at line 26 of file PolyGamma.h.
|
|
Evaluate Di-Gamma(x).
|
|
|
Evaluate Di-Gamma(n) for integer n.
|
|
|
Evaluate Di-Gamma and estimate the error.
|
|
|
Evaluate Di-Gamma(n) and estimate the error.
|
|
|
Evaluate DiGamma(y) = Re[psi(1+iy)].
|
|
|
Evaluate DiGamma(y) = Re[psi(1+iy)] and estimate the error.
|
|
||||||||||||
|
Evaluate Poly-Gamma(n,x).
|
|
||||||||||||
|
Evaluate Poly-Gamma(n,x) and estimate the error.
|
|
|
Evaluate Tri-Gamma(n) for integer n.
|
|
|
Evaluate Tri-Gamma(n) and estimate the error.
|
1.3.4