#include <HyperGeometric.h>
Static Public Member Functions | |
| double | HyperG0F1 (const double c, const double x) |
| Evaluate the 0F1 hypergeometric function. | |
| Dpair | HyperG0F1Err (const double c, const double x) |
| Evaluate the 0F1 hypergeometric function and estimate the error. | |
| double | HyperG1F1 (const int m, const int n, const double x) |
| Evaluate the 1F1 hypergeometric function for integer parameters. | |
| Dpair | HyperG1F1Err (const int m, const int n, const double x) |
| Evaluate the 1F1 hypergeometric function for integer parameters and estimate the error. | |
| double | HyperG1F1 (const double a, const double b, const double x) |
| Evaluate the 1F1 hypergeometric function. | |
| Dpair | HyperG1F1Err (const double a, const double b, const double x) |
| Evaluate the 1F1 hypergeometric function and estimate the error. | |
| double | HyperGU (const int m, const int n, const double x) |
| Evaluate the U(m,n,x) hypergeometric function for integer parameters. | |
| Dpair | HyperGUErr (const int m, const int n, const double x) |
| Evaluate the U(m,n,x) hypergeometric function for integer parameters and estimate the error. | |
| double | HyperGU (const double a, const double b, const double x) |
| Evaluate the U(a,b,x) hypergeometric function. | |
| Dpair | HyperGUErr (const double a, const double b, const double x) |
| Evaluate the U(a,b,x) hypergeometric function and estimate the error. | |
| double | HyperGauss (const double a, const double b, const double c, const double x) |
| Evaluate the Gauss hypergeometric function 2F1(a,b,c;x). | |
| Dpair | HyperGaussErr (const double a, const double b, const double c, const double x) |
| Evaluate the Gauss hypergeometric function 2F1(a,b,c;x) and estimate the error. | |
| double | HyperGaussConjugate (const Dcomplex a, const double c, const double x) |
| Evaluate the conjugate Gauss hypergeometric function 2F1(a,a*,c;x). | |
| Dpair | HyperGaussConjugateErr (const Dcomplex a, const double c, const double x) |
| Evaluate the conjugate Gauss hypergeometric function 2F1(a,a*,c;x) and estimate the error. | |
| double | NormedHyperGauss (const double a, const double b, const double c, const double x) |
| Evaluate the renormalized Gauss hypergeometric function 2F1(a,b,c;x)/Gamma(c). | |
| Dpair | NormedHyperGaussErr (const double a, const double b, const double c, const double x) |
| Evaluate the renormalized Gauss hypergeometric function 2F1(a,b,c;x)/Gamma(c) and estimate the error. | |
| double | NormedHyperGaussConjugate (const Dcomplex a, const double c, const double x) |
| Evaluate the renormalized conjugate Gauss hypergeometric function, 2F1(a,a*,c;x)/Gamma(c). | |
| Dpair | NormedHyperGaussConjugateErr (const Dcomplex a, const double c, const double x) |
| Evaluate the renormalized conjugate Gauss hypergeometric function, 2F1(a,a*,c;x)/Gamma(c) and estimate the error. | |
| double | HyperG2F0 (const double a, const double b, const double x) |
| Evaluate the mysterious hypergeometric function 2F0(a,b;x). | |
| Dpair | HyperG2F0Err (const double a, const double b, const double x) |
| Evaluate the mysterious hypergeometric function 2F0(a,b;x) and estimate the error. | |
Definition at line 27 of file HyperGeometric.h.
|
||||||||||||
|
Evaluate the 0F1 hypergeometric function.
|
|
||||||||||||
|
Evaluate the 0F1 hypergeometric function and estimate the error.
|
|
||||||||||||||||
|
Evaluate the 1F1 hypergeometric function.
|
|
||||||||||||||||
|
Evaluate the 1F1 hypergeometric function for integer parameters.
|
|
||||||||||||||||
|
Evaluate the 1F1 hypergeometric function and estimate the error.
|
|
||||||||||||||||
|
Evaluate the 1F1 hypergeometric function for integer parameters and estimate the error.
|
|
||||||||||||||||
|
Evaluate the mysterious hypergeometric function 2F0(a,b;x).
|
|
||||||||||||||||
|
Evaluate the mysterious hypergeometric function 2F0(a,b;x) and estimate the error.
|
|
||||||||||||||||||||
|
Evaluate the Gauss hypergeometric function 2F1(a,b,c;x).
|
|
||||||||||||||||
|
Evaluate the conjugate Gauss hypergeometric function 2F1(a,a*,c;x).
|
|
||||||||||||||||
|
Evaluate the conjugate Gauss hypergeometric function 2F1(a,a*,c;x) and estimate the error.
|
|
||||||||||||||||||||
|
Evaluate the Gauss hypergeometric function 2F1(a,b,c;x) and estimate the error.
|
|
||||||||||||||||
|
Evaluate the U(a,b,x) hypergeometric function.
|
|
||||||||||||||||
|
Evaluate the U(m,n,x) hypergeometric function for integer parameters.
|
|
||||||||||||||||
|
Evaluate the U(a,b,x) hypergeometric function and estimate the error.
|
|
||||||||||||||||
|
Evaluate the U(m,n,x) hypergeometric function for integer parameters and estimate the error.
|
|
||||||||||||||||||||
|
Evaluate the renormalized Gauss hypergeometric function 2F1(a,b,c;x)/Gamma(c).
|
|
||||||||||||||||
|
Evaluate the renormalized conjugate Gauss hypergeometric function, 2F1(a,a*,c;x)/Gamma(c).
|
|
||||||||||||||||
|
Evaluate the renormalized conjugate Gauss hypergeometric function, 2F1(a,a*,c;x)/Gamma(c) and estimate the error.
|
|
||||||||||||||||||||
|
Evaluate the renormalized Gauss hypergeometric function 2F1(a,b,c;x)/Gamma(c) and estimate the error.
|
1.3.4