Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.NoOpEvaluationCallback
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.EvaluationCallback
-
- gov.nih.mipav.model.algorithms.CeresSolverTest.NoOpEvaluationCallback
-
- Enclosing class:
- CeresSolverTest
class CeresSolverTest.NoOpEvaluationCallback extends CeresSolver.EvaluationCallback
-
-
Constructor Summary
Constructors Constructor Description NoOpEvaluationCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
PrepareForEvaluation(boolean evaluate_jacobians, boolean new_evaluation_point)
-
-
-
Method Detail
-
PrepareForEvaluation
public void PrepareForEvaluation(boolean evaluate_jacobians, boolean new_evaluation_point)
- Specified by:
PrepareForEvaluation
in classCeresSolver.EvaluationCallback
-
-