Package gov.nih.mipav.model.algorithms
Class CeresSolver.DenseJacobianWriter
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.DenseJacobianWriter
- Enclosing class:
CeresSolver
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDenseJacobianWriter(CeresSolver.EvaluatorOptions options, CeresSolver.Program program) -
Method Summary
Modifier and TypeMethodDescriptionCreateEvaluatePreparers(int num_threads) voidWrite(int residual_id, int residual_offset, double[][] jacobians, CeresSolver.SparseMatrix jacobian)
-
Field Details
-
program_
-
-
Constructor Details
-
DenseJacobianWriter
-
-
Method Details
-
CreateEvaluatePreparers
-
CreateJacobian
-
Write
public void Write(int residual_id, int residual_offset, double[][] jacobians, CeresSolver.SparseMatrix jacobian)
-