#include <EllipticIntegrals.h>
Static Public Member Functions | |
| double | CompleteK (const double k) |
| Evaluate the complete elliptic integral K(k). | |
| Dpair | CompleteKErr (const double k) |
| Evaluate the complete elliptic integral K(k) and estimate the error. | |
| double | CompleteE (const double k) |
| Evaluate the complete elliptic integral E(k). | |
| Dpair | CompleteEErr (const double k) |
| Evaluate the complete elliptic integral E(k) and estimate the error. | |
| double | IncompleteF (const double phi, const double k) |
| Evaluate the incomplete elliptic integral F(phi,k). | |
| Dpair | IncompleteFErr (const double phi, const double k) |
| Evaluate the incomplete elliptic integral F(phi,k) and estimate the error. | |
| double | IncompleteE (const double phi, const double k) |
| Evaluate the incomplete elliptic integral E(phi,k). | |
| Dpair | IncompleteEErr (const double phi, const double k) |
| Evaluate the incomplete elliptic integral E(phi,k) and estimate the error. | |
| double | IncompleteP (const double phi, const double k, double n) |
| Evaluate the incomplete elliptic integral P(phi,k,n). | |
| Dpair | IncompletePErr (const double phi, const double k, double n) |
| Evaluate the incomplete elliptic integral P(phi,k,n) and estimate the error. | |
| double | IncompleteD (const double phi, const double k, double n) |
| Evaluate the incomplete elliptic integral D(phi,k,n). | |
| Dpair | IncompleteDErr (const double phi, const double k, double n) |
| Evaluate the incomplete elliptic integral D(phi,k,n) and estimate the error. | |
| double | CarlsonRC (const double x, const double y) |
| Evaluate the Carlson elliptic integral RC(x,y). | |
| Dpair | CarlsonRCErr (const double x, const double y) |
| Evaluate the Carlson elliptic integral RC(x,y) and estimate the error. | |
| double | CarlsonRD (const double x, const double y, const double z) |
| Evaluate the Carlson elliptic integral RD(x,y,z). | |
| Dpair | CarlsonRDErr (const double x, const double y, const double z) |
| Evaluate the Carlson elliptic integral RD(x,y,z) and estimate the error. | |
| double | CarlsonRF (const double x, const double y, const double z) |
| Evaluate the Carlson elliptic integral RF(x,y,z). | |
| Dpair | CarlsonRFErr (const double x, const double y, const double z) |
| Evaluate the Carlson elliptic integral RF(x,y,z) and estimate the error. | |
| double | CarlsonRJ (const double x, const double y, const double z, const double p) |
| Evaluate the Carlson elliptic integral RJ(x,y,z,p). | |
| Dpair | CarlsonRJErr (const double x, const double y, const double z, const double p) |
| Evaluate the Carlson elliptic integral RJ(x,y,z,p) and estimate the error. | |
Definition at line 27 of file EllipticIntegrals.h.
|
||||||||||||
|
Evaluate the Carlson elliptic integral RC(x,y).
|
|
||||||||||||
|
Evaluate the Carlson elliptic integral RC(x,y) and estimate the error.
|
|
||||||||||||||||
|
Evaluate the Carlson elliptic integral RD(x,y,z).
|
|
||||||||||||||||
|
Evaluate the Carlson elliptic integral RD(x,y,z) and estimate the error.
|
|
||||||||||||||||
|
Evaluate the Carlson elliptic integral RF(x,y,z).
|
|
||||||||||||||||
|
Evaluate the Carlson elliptic integral RF(x,y,z) and estimate the error.
|
|
||||||||||||||||||||
|
Evaluate the Carlson elliptic integral RJ(x,y,z,p).
|
|
||||||||||||||||||||
|
Evaluate the Carlson elliptic integral RJ(x,y,z,p) and estimate the error.
|
|
|
Evaluate the complete elliptic integral E(k).
|
|
|
Evaluate the complete elliptic integral E(k) and estimate the error.
|
|
|
Evaluate the complete elliptic integral K(k).
|
|
|
Evaluate the complete elliptic integral K(k) and estimate the error.
|
|
||||||||||||||||
|
Evaluate the incomplete elliptic integral D(phi,k,n).
|
|
||||||||||||||||
|
Evaluate the incomplete elliptic integral D(phi,k,n) and estimate the error.
|
|
||||||||||||
|
Evaluate the incomplete elliptic integral E(phi,k).
|
|
||||||||||||
|
Evaluate the incomplete elliptic integral E(phi,k) and estimate the error.
|
|
||||||||||||
|
Evaluate the incomplete elliptic integral F(phi,k).
|
|
||||||||||||
|
Evaluate the incomplete elliptic integral F(phi,k) and estimate the error.
|
|
||||||||||||||||
|
Evaluate the incomplete elliptic integral P(phi,k,n).
|
|
||||||||||||||||
|
Evaluate the incomplete elliptic integral P(phi,k,n) and estimate the error.
|
1.3.4