Package gov.nih.mipav.model.algorithms
Class AlgorithmSphereGeneration.IntModelMean2
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.Integration2
-
- gov.nih.mipav.model.algorithms.AlgorithmSphereGeneration.IntModelMean2
-
- Enclosing class:
- AlgorithmSphereGeneration
class AlgorithmSphereGeneration.IntModelMean2 extends Integration2
-
-
Constructor Summary
Constructors Constructor Description IntModelMean2(double bound, int routine, int inf, double epsabs, double epsrel, int limit, double density)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
driver()
DOCUMENT ME!double
intFunc(double x)
DOCUMENT ME!-
Methods inherited from class gov.nih.mipav.model.algorithms.Integration2
dqagie, dqagpe, getAbserr, getErrorStatus, getIntegral, getNeval
-
-
-
-
Method Detail
-
driver
public void driver()
DOCUMENT ME!- Overrides:
driver
in classIntegration2
-
intFunc
public double intFunc(double x)
DOCUMENT ME!- Specified by:
intFunc
in classIntegration2
- Parameters:
x
- DOCUMENT ME!- Returns:
- DOCUMENT ME!
-
-