Package gov.nih.mipav.model.algorithms
Class CeresSolver.DenseJacobianWriter
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.DenseJacobianWriter
-
- Enclosing class:
- CeresSolver
class CeresSolver.DenseJacobianWriter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private CeresSolver.Program
program_
-
Constructor Summary
Constructors Constructor Description DenseJacobianWriter(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)
CeresSolver.SparseMatrix
CreateJacobian()
void
Write(int residual_id, int residual_offset, double[][] jacobians, CeresSolver.SparseMatrix jacobian)
-
-
-
Field Detail
-
program_
private CeresSolver.Program program_
-
-
Constructor Detail
-
DenseJacobianWriter
public DenseJacobianWriter(CeresSolver.EvaluatorOptions options, CeresSolver.Program program)
-
-
Method Detail
-
CreateEvaluatePreparers
public CeresSolver.ScratchEvaluatePreparer[] CreateEvaluatePreparers(int num_threads)
-
CreateJacobian
public CeresSolver.SparseMatrix CreateJacobian()
-
Write
public void Write(int residual_id, int residual_offset, double[][] jacobians, CeresSolver.SparseMatrix jacobian)
-
-