Package gov.nih.mipav.model.algorithms
Class AlgorithmSphereGeneration.IntTorquatoModelMean
java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmSphereGeneration.IntTorquatoModelMean
- All Implemented Interfaces:
de.jtem.numericalMethods.calculus.function.RealFunctionOfOneVariable
- Enclosing class:
AlgorithmSphereGeneration
class AlgorithmSphereGeneration.IntTorquatoModelMean
extends Object
implements de.jtem.numericalMethods.calculus.function.RealFunctionOfOneVariable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIntTorquatoModelMean(double volumeFraction) Creates a new IntTorquatoModelMean object. -
Method Summary
-
Field Details
-
volumeFraction
double volumeFraction
-
-
Constructor Details
-
IntTorquatoModelMean
public IntTorquatoModelMean(double volumeFraction) Creates a new IntTorquatoModelMean 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
-