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
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionqaws(double lower, double upper, int routine, double alfa, double beta, int integr, double epsabs, double epsrel, int limit) -
Method Summary
Methods inherited from class gov.nih.mipav.model.algorithms.Integration2
dqagie, dqagpe, getAbserr, getErrorStatus, getIntegral, getNeval
-
Constructor Details
-
qaws
public qaws(double lower, double upper, int routine, double alfa, double beta, int integr, double epsabs, double epsrel, int limit)
-
-
Method Details
-
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!
-