#include <Legendre.h>
Static Public Member Functions | |
| double | P1 (const double x) |
| Evaluate the P1 function. | |
| Dpair | P1Err (const double x) |
| Evaluate the P1 function and estimate the error. | |
| double | P2 (const double x) |
| Evaluate the P2 function. | |
| Dpair | P2Err (const double x) |
| Evaluate the P2 function and estimate the error. | |
| double | P3 (const double x) |
| Evaluate the P3 function. | |
| Dpair | P3Err (const double x) |
| Evaluate the P3 function and estimate the error. | |
| double | Pl (const int l, const double x) |
| Evaluate the Pl function. | |
| Dpair | PlErr (const int l, const double x) |
| Evaluate the Pl function and estimate the error. | |
| Dvector | PlArray (const int lmax, const double x) |
| Evaluate the Pl functions for l = 0,...,lmax. | |
| Dvector | PlErrArray (const int lmax, const double x) |
| Evaluate the Pl function for l = 0...lmax (For now, a clone of PlArray). | |
| double | Q0 (const double x) |
| Evaluate the Q0 function. | |
| Dpair | Q0Err (const double x) |
| Evaluate the Q0 function and estimate the error. | |
| double | Q1 (const double x) |
| Evaluate the Q1 function. | |
| Dpair | Q1Err (const double x) |
| Evaluate the Q1 function and estimate the error. | |
| double | Ql (const int l, const double x) |
| Evaluate the Ql function. | |
| Dpair | QlErr (const int l, const double x) |
| Evaluate the Ql function and estimate the error. | |
| double | Plm (const int l, const int m, const double x) |
| Evaluate the Plm function. | |
| Dpair | PlmErr (const int l, const int m, const double x) |
| Evaluate the Plm function and estimate the error. | |
| Dvector | PlmArray (const int lmax, const int m, const double x) |
| Evaluate the Plm functions for fixed m and l=m,m+1,...,lmax. | |
| double | SphericalPlm (const int l, const int m, const double x) |
| Evaluate the Spherical Plm function. | |
| Dpair | SphericalPlmErr (const int l, const int m, const double x) |
| Evaluate the Spherical Plm function and estimate the error. | |
| Dvector | SphericalPlmArray (const int lmax, const int m, const double x) |
| Evaluate the Spherical Plm functions for fixed m and l=m,m+1,...,lmax. | |
| Dvector | SphericalPlmErrArray (const int lmax, const int m, const double x) |
| Evaluate the Spherical Plm functions for fixed m and l=m,m+1,...,lmax. | |
| double | RegularSphericalConical (const double lambda, double x) |
| Evaluate the Regular Spherical Conical function. | |
| Dpair | RegularSphericalConicalErr (const double lambda, const double x) |
| Evaluate the Regular Spherical Conical function and estimate the error. | |
| double | IrregularSphericalConical (const double lambda, const double x) |
| Evaluate the Irregular Spherical Conical function. | |
| Dpair | IrregularSphericalConicalErr (const double lambda, const double x) |
| Evaluate the Irregular Spherical Conical function and estimate the error. | |
| double | ConicalP0 (const double lambda, const double x) |
| Evaluate the Conical P0 function. | |
| Dpair | ConicalP0Err (const double lambda, const double x) |
| Evaluate the Conical P0 function and estimate the error. | |
| double | ConicalP1 (const double lambda, const double x) |
| Evaluate the Conical P1 function. | |
| Dpair | ConicalP1Err (const double lambda, const double x) |
| Evaluate the Conical P1 function and estimate the error. | |
| double | RegularSphericalConicalPl (const int l, const double lambda, const double x) |
| Evaluate the Regular Spherical Conical Pl function. | |
| Dpair | RegularSphericalConicalPlErr (const int l, const double lambda, const double x) |
| Evaluate the Regular Spherical Conical Pl function and estimate the error. | |
| double | RegularCylindricalConicalPl (const int l, const double lambda, const double x) |
| Evaluate the Regular Cylindrical Conical Pl function. | |
| Dpair | RegularCylindricalConicalPlErr (const int l, const double lambda, const double x) |
| Evaluate the Regular Cylindrical Conical Pl function and estimate the error. | |
| double | H3d0 (const double lambda, const double eta) |
| Evaluate the zeroth radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space. | |
| Dpair | H3d0Err (const double lambda, const double eta) |
| Evaluate the zeroth radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space and estimate the error. | |
| double | H3d1 (const double lambda, const double eta) |
| Evaluate the first radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space. | |
| Dpair | H3d1Err (const double lambda, const double eta) |
| Evaluate the first radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space and estimate the error. | |
| double | H3dl (const int l, const double lambda, const double eta) |
| Evaluate the lth radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space. | |
| Dpair | H3dlErr (const int l, const double lambda, const double eta) |
| Evaluate the lth radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space and estimate the error. | |
| Dvector | H3dlArray (const int lmax, const double lambda, const double eta) |
| Evaluate the first l radial eigenfunctions functions for l = 0,...,lmax. | |
| Dvector | H3dlErrArray (const int lmax, const double lambda, const double eta) |
| Evaluate the first l radial eigenfunctions functions for l = 0,...,lmax and estimate the error. (For now, a clone of H3dlArray). | |
Definition at line 27 of file Legendre.h.
|
||||||||||||
|
Evaluate the Conical P0 function.
|
|
||||||||||||
|
Evaluate the Conical P0 function and estimate the error.
|
|
||||||||||||
|
Evaluate the Conical P1 function.
|
|
||||||||||||
|
Evaluate the Conical P1 function and estimate the error.
|
|
||||||||||||
|
Evaluate the zeroth radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space.
|
|
||||||||||||
|
Evaluate the zeroth radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space and estimate the error.
|
|
||||||||||||
|
Evaluate the first radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space.
|
|
||||||||||||
|
Evaluate the first radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space and estimate the error.
|
|
||||||||||||||||
|
Evaluate the lth radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space.
|
|
||||||||||||||||
|
Evaluate the first l radial eigenfunctions functions for l = 0,...,lmax.
|
|
||||||||||||||||
|
Evaluate the lth radial eigenfunction of the Laplacian on the 3-dimensional hyperbolic space and estimate the error.
|
|
||||||||||||||||
|
Evaluate the first l radial eigenfunctions functions for l = 0,...,lmax and estimate the error. (For now, a clone of H3dlArray).
|
|
||||||||||||
|
Evaluate the Irregular Spherical Conical function.
|
|
||||||||||||
|
Evaluate the Irregular Spherical Conical function and estimate the error.
|
|
|
Evaluate the P1 function.
|
|
|
Evaluate the P1 function and estimate the error.
|
|
|
Evaluate the P2 function.
|
|
|
Evaluate the P2 function and estimate the error.
|
|
|
Evaluate the P3 function.
|
|
|
Evaluate the P3 function and estimate the error.
|
|
||||||||||||
|
Evaluate the Pl function.
|
|
||||||||||||
|
Evaluate the Pl functions for l = 0,...,lmax.
|
|
||||||||||||
|
Evaluate the Pl function and estimate the error.
|
|
||||||||||||
|
Evaluate the Pl function for l = 0...lmax (For now, a clone of PlArray).
|
|
||||||||||||||||
|
Evaluate the Plm function.
|
|
||||||||||||||||
|
Evaluate the Plm functions for fixed m and l=m,m+1,...,lmax.
|
|
||||||||||||||||
|
Evaluate the Plm function and estimate the error.
|
|
|
Evaluate the Q0 function.
|
|
|
Evaluate the Q0 function and estimate the error.
|
|
|
Evaluate the Q1 function.
|
|
|
Evaluate the Q1 function and estimate the error.
|
|
||||||||||||
|
Evaluate the Ql function.
|
|
||||||||||||
|
Evaluate the Ql function and estimate the error.
|
|
||||||||||||||||
|
Evaluate the Regular Cylindrical Conical Pl function.
|
|
||||||||||||||||
|
Evaluate the Regular Cylindrical Conical Pl function and estimate the error.
|
|
||||||||||||
|
Evaluate the Regular Spherical Conical function.
|
|
||||||||||||
|
Evaluate the Regular Spherical Conical function and estimate the error.
|
|
||||||||||||||||
|
Evaluate the Regular Spherical Conical Pl function.
|
|
||||||||||||||||
|
Evaluate the Regular Spherical Conical Pl function and estimate the error.
|
|
||||||||||||||||
|
Evaluate the Spherical Plm function.
|
|
||||||||||||||||
|
Evaluate the Spherical Plm functions for fixed m and l=m,m+1,...,lmax.
|
|
||||||||||||||||
|
Evaluate the Spherical Plm function and estimate the error.
|
|
||||||||||||||||
|
Evaluate the Spherical Plm functions for fixed m and l=m,m+1,...,lmax. Evaluate the Spherical Plm functions for fixed m and l=m,m+1,...,lmax and estimate the errors. (For now, a clone of SphericalPlmArray) |
1.3.4