Package gov.nih.mipav.model.algorithms
Class CeresSolver.DynamicCompressedRowJacobianWriter
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.DynamicCompressedRowJacobianWriter
-
- Enclosing class:
- CeresSolver
class CeresSolver.DynamicCompressedRowJacobianWriter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private CeresSolver.Program
program_
-
Constructor Summary
Constructors Constructor Description DynamicCompressedRowJacobianWriter(CeresSolver.EvaluatorOptions options, CeresSolver.Program program)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CeresSolver.ScratchEvaluatePreparer[]
CreateEvaluatePreparers(int num_threads)
-
-
-
Field Detail
-
program_
private CeresSolver.Program program_
-
-
Constructor Detail
-
DynamicCompressedRowJacobianWriter
public DynamicCompressedRowJacobianWriter(CeresSolver.EvaluatorOptions options, CeresSolver.Program program)
-
-
Method Detail
-
CreateEvaluatePreparers
public CeresSolver.ScratchEvaluatePreparer[] CreateEvaluatePreparers(int num_threads)
-
-