Go to the source code of this file.
|
| double | hyp0f1 (double a, double *x, int n, int MAX) |
| |
| double | hyp1f1 (double a, double b, double *x, int n, int MAX) |
| |
| double | hypergeometric (double *p, int np, double *q, int nq, double *x, double *y, int n, double alpha, int MAX) |
| |
| double | loghyp0f1 (double a, double *x, int n, int MAX) |
| |
| double | loghyp1f1 (double a, double b, double *x, int n, int MAX) |
| |
| double | loghypergeometric (double *p, int np, double *q, int nq, double *x, double *y, int n, double alpha, int MAX) |
| |
◆ hyp0f1()
| double hyp0f1 |
( |
double |
a, |
|
|
double * |
x, |
|
|
int |
n, |
|
|
int |
MAX |
|
) |
| |
◆ hyp1f1()
| double hyp1f1 |
( |
double |
a, |
|
|
double |
b, |
|
|
double * |
x, |
|
|
int |
n, |
|
|
int |
MAX |
|
) |
| |
◆ hypergeometric()
| double hypergeometric |
( |
double * |
p, |
|
|
int |
np, |
|
|
double * |
q, |
|
|
int |
nq, |
|
|
double * |
x, |
|
|
double * |
y, |
|
|
int |
n, |
|
|
double |
alpha, |
|
|
int |
MAX |
|
) |
| |
◆ loghyp0f1()
| double loghyp0f1 |
( |
double |
a, |
|
|
double * |
x, |
|
|
int |
n, |
|
|
int |
MAX |
|
) |
| |
◆ loghyp1f1()
| double loghyp1f1 |
( |
double |
a, |
|
|
double |
b, |
|
|
double * |
x, |
|
|
int |
n, |
|
|
int |
MAX |
|
) |
| |
◆ loghypergeometric()
| double loghypergeometric |
( |
double * |
p, |
|
|
int |
np, |
|
|
double * |
q, |
|
|
int |
nq, |
|
|
double * |
x, |
|
|
double * |
y, |
|
|
int |
n, |
|
|
double |
alpha, |
|
|
int |
MAX |
|
) |
| |