Package gov.nih.mipav.model.algorithms
Class AlgorithmSM2.Integration2EPAll
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.Integration2EP
-
- gov.nih.mipav.model.algorithms.AlgorithmSM2.Integration2EPAll
-
- Enclosing class:
- AlgorithmSM2
class AlgorithmSM2.Integration2EPAll extends Integration2EP
-
-
Constructor Summary
Constructors Constructor Description Integration2EPAll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleDouble
intFunc(DoubleDouble x)
DOCUMENT ME!-
Methods inherited from class gov.nih.mipav.model.algorithms.Integration2EP
dqagie, dqagpe, driver, getAbserr, getErrorStatus, getIntegral, getNeval
-
-
-
-
Method Detail
-
intFunc
public DoubleDouble intFunc(DoubleDouble x)
Description copied from class:Integration2EP
DOCUMENT ME!- Specified by:
intFunc
in classIntegration2EP
- Parameters:
x
- DOCUMENT ME!- Returns:
- DOCUMENT ME!
-
-