Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.EvaluatorTestOptions
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolverTest.EvaluatorTestOptions
- Enclosing class:
CeresSolverTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanint -
Constructor Summary
ConstructorsConstructorDescriptionEvaluatorTestOptions(CeresSolver.LinearSolverType linear_solver_type, int num_eliminate_blocks) -
Method Summary
-
Field Details
-
linear_solver_type
-
num_eliminate_blocks
public int num_eliminate_blocks -
dynamic_sparsity
public boolean dynamic_sparsity
-
-
Constructor Details
-
EvaluatorTestOptions
public EvaluatorTestOptions(CeresSolver.LinearSolverType linear_solver_type, int num_eliminate_blocks)
-