|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.math.EllipticIntegral
| Constructor Summary | |
EllipticIntegral()
|
|
| Method Summary | |
static double |
formFactorD(double s)
Evaluates the value of the "form factor" which is an analytic means for approximating the Carlson elliptic integral R_D(x,y,z). |
static void |
main(java.lang.String[] args)
Testing Driver |
static double |
R_d(double x,
double y,
double z)
The degenerate form of Carlson's Elliptical Integral of the third kind where p == z |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EllipticIntegral()
| Method Detail |
public static double R_d(double x,
double y,
double z)
public static double formFactorD(double s)
s - a real number in the interval [0,inf)public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||