Functions | |
| double | alpha_al (int k, int n) |
Computes three-term recurrence coefficients of associated Legendre functions. | |
| double | beta_al (int k, int n) |
Computes three-term recurrence coefficients of associated Legendre functions. | |
| double | gamma_al (int k, int n) |
Computes three-term recurrence coefficients of associated Legendre functions. | |
| void | alpha_al_all (double *alpha, int N) |
Compute three-term-recurrence coefficients of associated Legendre functions for . | |
| void | beta_al_all (double *beta, int N) |
Compute three-term-recurrence coefficients of associated Legendre functions for . | |
| void | gamma_al_all (double *gamma, int N) |
Compute three-term-recurrence coefficients of associated Legendre functions for . | |
| void | eval_al (double *x, double *y, int size, int k, double *alpha, double *beta, double *gamma) |
Evaluates an associated Legendre polynomials using the Clenshaw-algorithm. | |
| int | eval_al_thresh (double *x, double *y, int size, int k, double *alpha, double *beta, double *gamma, double threshold) |
Evaluates an associated Legendre polynomials using the Clenshaw-algorithm if it no exceeds a given threshold. | |
| double | alpha_al_old (int k, int n) |
Computes three-term recurrence coefficients of associated Legendre functions. | |
| double | beta_al_old (int k, int n) |
Computes three-term recurrence coefficients of associated Legendre functions. | |
| double | gamma_al_old (int k, int n) |
Computes three-term recurrence coefficients of associated Legendre functions. | |
| void | alpha_al_all_old (double *alpha, int N) |
Compute three-term-recurrence coefficients of associated Legendre functions for . | |
| void | beta_al_all_old (double *beta, int N) |
Compute three-term-recurrence coefficients of associated Legendre functions for . | |
| void | gamma_al_all_old (double *gamma, int N) |
Compute three-term-recurrence coefficients of associated Legendre functions for . | |
| void | eval_al_old (double *x, double *y, int size, int k, double *alpha, double *beta, double *gamma) |
Evaluates an associated Legendre polynomials using the Clenshaw-algorithm. | |
| int | eval_al_thresh_old (double *x, double *y, int size, int k, double *alpha, double *beta, double *gamma, double threshold) |
Evaluates an associated Legendre polynomials using the Clenshaw-algorithm if it no exceeds a given threshold. | |
|
||||||||||||
|
Computes three-term recurrence coefficients
|
|
||||||||||||
|
Compute three-term-recurrence coefficients
|
|
||||||||||||
|
Compute three-term-recurrence coefficients
|
|
||||||||||||
|
Computes three-term recurrence coefficients
|
|
||||||||||||
|
Computes three-term recurrence coefficients
|
|
||||||||||||
|
Compute three-term-recurrence coefficients
|
|
||||||||||||
|
Compute three-term-recurrence coefficients
|
|
||||||||||||
|
Computes three-term recurrence coefficients
|
|
||||||||||||||||||||||||||||||||
|
Evaluates an associated Legendre polynomials
|
|
||||||||||||||||||||||||||||||||
|
Evaluates an associated Legendre polynomials
|
|
||||||||||||||||||||||||||||||||||||
|
Evaluates an associated Legendre polynomials
|
|
||||||||||||||||||||||||||||||||||||
|
Evaluates an associated Legendre polynomials
|
|
||||||||||||
|
Computes three-term recurrence coefficients
|
|
||||||||||||
|
Compute three-term-recurrence coefficients
|
|
||||||||||||
|
Compute three-term-recurrence coefficients
|
|
||||||||||||
|
Computes three-term recurrence coefficients
|
1.4.4