Package gov.nih.mipav.model.algorithms
Class CeresSolver.EasyFunctor
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.EasyFunctor
- Enclosing class:
CeresSolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidExpectCostFunctionEvaluationIsNearlyCorrect(CeresSolver.CostFunction cost_function, CeresSolver.NumericDiffMethodType method, String testName, boolean[] passed) booleanoperator(double[] x1, double[] x2, double[] residuals)
-
Constructor Details
-
EasyFunctor
public EasyFunctor()
-
-
Method Details
-
operator
public boolean operator(double[] x1, double[] x2, double[] residuals) -
ExpectCostFunctionEvaluationIsNearlyCorrect
public void ExpectCostFunctionEvaluationIsNearlyCorrect(CeresSolver.CostFunction cost_function, CeresSolver.NumericDiffMethodType method, String testName, boolean[] passed)
-