Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.IterativeSchurComplementSolverTest
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolverTest.IterativeSchurComplementSolverTest
- Enclosing class:
CeresSolverTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CeresSolver.BlockSparseMatrixprivate double[]private double[](package private) final doubleprivate intprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidSetUpProblem(int problem_id) booleanTestSolver(double[] D)
-
Field Details
-
kEpsilon
final double kEpsilon- See Also:
-
num_rows_
private int num_rows_ -
num_cols_
private int num_cols_ -
num_eliminate_blocks_
private int num_eliminate_blocks_ -
A_
-
b_
private double[] b_ -
D_
private double[] D_
-
-
Constructor Details
-
IterativeSchurComplementSolverTest
public IterativeSchurComplementSolverTest()
-
-
Method Details
-
IterativeSchurComplementSolverTestNormalProblem
public void IterativeSchurComplementSolverTestNormalProblem() -
IterativeSchurComplementSolverTestProblemWithNoFBlocks
public void IterativeSchurComplementSolverTestProblemWithNoFBlocks() -
SetUpProblem
public void SetUpProblem(int problem_id) -
TestSolver
public boolean TestSolver(double[] D)
-