Package gov.nih.mipav.model.algorithms
Class CeresSolver.TranscendentalFunctor
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.TranscendentalFunctor
- 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
-
TranscendentalFunctor
public TranscendentalFunctor()
-
-
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)
-