Package gov.nih.mipav.model.algorithms
Class AlgorithmCircleGeneration.erfcModel2
java.lang.Object
gov.nih.mipav.model.algorithms.Integration2
gov.nih.mipav.model.algorithms.AlgorithmCircleGeneration.erfcModel2
- Enclosing class:
AlgorithmCircleGeneration
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionerfcModel2(double bound, int routine, int inf, double epsabs, double epsrel, int limit) -
Method Summary
Methods inherited from class gov.nih.mipav.model.algorithms.Integration2
dqagie, dqagpe, getAbserr, getErrorStatus, getIntegral, getNeval
-
Field Details
-
scale
double scale
-
-
Constructor Details
-
erfcModel2
public erfcModel2(double bound, int routine, int inf, double epsabs, double epsrel, int limit)
-
-
Method Details
-
driver
public void driver()DOCUMENT ME!- Overrides:
driverin classIntegration2
-
intFunc
public double intFunc(double x) DOCUMENT ME!- Specified by:
intFuncin classIntegration2- Parameters:
x- DOCUMENT ME!- Returns:
- DOCUMENT ME!
-