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