Package gov.nih.mipav.model.algorithms
Class AlgorithmSM2.IntModel
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmSM2.IntModel
-
- All Implemented Interfaces:
de.jtem.numericalMethods.calculus.function.RealFunctionOfOneVariable
- Enclosing class:
- AlgorithmSM2
class AlgorithmSM2.IntModel extends java.lang.Object implements de.jtem.numericalMethods.calculus.function.RealFunctionOfOneVariable
-
-
Constructor Summary
Constructors Constructor Description IntModel(double upper, double ktrans, double ve)
Creates a new IntModel object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
eval(double x)
double
intFunc(double x)
DOCUMENT ME!
-