Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.BlockJacobiPreconditionerTest
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolverTest.BlockJacobiPreconditionerTest
-
- Enclosing class:
- CeresSolverTest
class CeresSolverTest.BlockJacobiPreconditionerTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private CeresSolver.BlockSparseMatrixAprivate double[]Dprivate Jama.Matrixdense_ataprivate booleanpassed
-
Constructor Summary
Constructors Constructor Description BlockJacobiPreconditionerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidSetUpFromProblemId(int problem_id)voidVerifyDiagonalBlocks(int problem_id)
-
-
-
Field Detail
-
A
private CeresSolver.BlockSparseMatrix A
-
D
private double[] D
-
dense_ata
private Jama.Matrix dense_ata
-
passed
private boolean passed
-
-