Uses of Class
netlib.slatec.Xermsg.SlatecException
| Package | Description |
|---|---|
| de.tu_bs.isbs.util.math |
Mathematikbezogene Klassen, spezielle Funktionen,
Wrapper für FORTRAN77-Funktionen aus NETLIB.
|
| netlib.slatec |
Einige Routinen der SLATEC-Library: Elliptische Integrale.
|
-
Uses of Xermsg.SlatecException in de.tu_bs.isbs.util.math
Methods in de.tu_bs.isbs.util.math that throw Xermsg.SlatecException Modifier and Type Method Description static voidBesselIntegral. main(java.lang.String[] args)static voidEllipticIntegral. main(java.lang.String[] args)Test...static doubleEllipticIntegral. RC(double X, double Y)Calls DRC from SLATEC.static doubleEllipticIntegral. RD(double Y)Calls DRD from SLATEC, special case RD(0,Y,1).static doubleEllipticIntegral. RD(double X, double Y, double Z)Calls DRD from SLATEC.static doubleEllipticIntegral. RF(double Y)Calls DRF from SLATEC, special case RF(0,Y,1).static doubleEllipticIntegral. RF(double X, double Y, double Z)Calls DRF from SLATEC.static doubleEllipticIntegral. RJ(double Y, double P)Calls DRJ from SLATEC, special case RJ(0,Y,1,P).static doubleEllipticIntegral. RJ(double X, double Y, double Z, double P)Calls DRJ from SLATEC. -
Uses of Xermsg.SlatecException in netlib.slatec
Methods in netlib.slatec that throw Xermsg.SlatecException Modifier and Type Method Description static doubleDrc. drc(double x, double y, intW ier)static doubleDrd. drd(double x, double y, double z, intW ier)static doubleDrf. drf(double x, double y, double z, intW ier)static doubleDrj. drj(double x, double y, double z, double p, intW ier)static voidXermsg. xermsg(java.lang.String LIBRAR, java.lang.String SUBROU, java.lang.String MESSG, int NERR, int LEVEL)See documentation in file 'xermsg.f'.