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 Object
implements de.jtem.numericalMethods.calculus.function.RealFunctionOfOneVariable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIntModel(double upper, double ktrans, double ve) Creates a new IntModel object. -
Method Summary
-
Field Details
-
ktrans
double ktrans -
upper
double upper -
ve
double ve
-
-
Constructor Details
-
IntModel
public IntModel(double upper, double ktrans, double ve) Creates a new IntModel object.
-
-
Method Details
-
intFunc
public double intFunc(double x) DOCUMENT ME!- Parameters:
x- DOCUMENT ME!- Returns:
- DOCUMENT ME!
-
eval
public double eval(double x) - Specified by:
evalin interfacede.jtem.numericalMethods.calculus.function.RealFunctionOfOneVariable
-