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 voiddriver()DOCUMENT ME!doubleintFunc(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:Integration2DOCUMENT ME!- Overrides:
driverin classIntegration2
-
intFunc
public double intFunc(double X)
Description copied from class:Integration2DOCUMENT ME!- Specified by:
intFuncin classIntegration2- Parameters:
X- DOCUMENT ME!- Returns:
- DOCUMENT ME!
-
-