Package gov.nih.mipav.model.algorithms
Class CeresSolver.EvaluateScratch
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.EvaluateScratch
-
- Enclosing class:
- CeresSolver
class CeresSolver.EvaluateScratch extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private double
cost
private double[]
gradient
private double[][]
jacobian_block_ptrs
private double[]
residual_block_evaluate_scratch
private double[]
residual_block_residuals
-
Constructor Summary
Constructors Constructor Description EvaluateScratch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
Init(int max_parameters_per_residual_block, int max_scratch_doubles_needed_for_evaluate, int max_residuals_per_residual_block, int num_parameters)
-