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 java.lang.Object implements de.jtem.numericalMethods.calculus.function.RealFunctionOfOneVariable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) double
volumeFraction
-
Constructor Summary
Constructors Constructor Description IntTorquatoModelMean(double volumeFraction)
Creates a new IntTorquatoModelMean object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
eval(double x)
double
intFunc(double x)
DOCUMENT ME!
-