Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.EvaluatorTestOptions
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolverTest.EvaluatorTestOptions
-
- Enclosing class:
- CeresSolverTest
class CeresSolverTest.EvaluatorTestOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
dynamic_sparsity
CeresSolver.LinearSolverType
linear_solver_type
int
num_eliminate_blocks
-
Constructor Summary
Constructors Constructor Description EvaluatorTestOptions(CeresSolver.LinearSolverType linear_solver_type, int num_eliminate_blocks)
-
-
-
Field Detail
-
linear_solver_type
public CeresSolver.LinearSolverType linear_solver_type
-
num_eliminate_blocks
public int num_eliminate_blocks
-
dynamic_sparsity
public boolean dynamic_sparsity
-
-
Constructor Detail
-
EvaluatorTestOptions
public EvaluatorTestOptions(CeresSolver.LinearSolverType linear_solver_type, int num_eliminate_blocks)
-
-