Package gov.nih.mipav.model.algorithms
Class SymmsIntegralMapping.qaws
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.Integration2
-
- gov.nih.mipav.model.algorithms.SymmsIntegralMapping.qaws
-
- Enclosing class:
- SymmsIntegralMapping
class SymmsIntegralMapping.qaws extends Integration2
-
-
Constructor Summary
Constructors Constructor Description qaws(double lower, double upper, int routine, double alfa, double beta, int integr, double epsabs, double epsrel, int limit)
-
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()
Description copied from class:Integration2
DOCUMENT ME!- Overrides:
driver
in classIntegration2
-
intFunc
public double intFunc(double X)
Description copied from class:Integration2
DOCUMENT ME!- Specified by:
intFunc
in classIntegration2
- Parameters:
X
- DOCUMENT ME!- Returns:
- DOCUMENT ME!
-
-