Package gov.nih.mipav.model.algorithms
Class CeresSolver.ExponentialFunctor
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.ExponentialFunctor
-
- Enclosing class:
- CeresSolver
class CeresSolver.ExponentialFunctor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExponentialFunctor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ExpectCostFunctionEvaluationIsNearlyCorrect(CeresSolver.CostFunction cost_function, java.lang.String testName, boolean[] passed)
boolean
operator(double[] x1, double[] residuals)
-
-
-
Method Detail
-
operator
public boolean operator(double[] x1, double[] residuals)
-
ExpectCostFunctionEvaluationIsNearlyCorrect
public void ExpectCostFunctionEvaluationIsNearlyCorrect(CeresSolver.CostFunction cost_function, java.lang.String testName, boolean[] passed)
-
-