Class CeresSolverTest.SchurEliminatorTest

java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolverTest.SchurEliminatorTest
Enclosing class:
CeresSolverTest

class CeresSolverTest.SchurEliminatorTest extends Object
  • Field Details

    • A

    • b

      private double[] b
    • D

      private double[] D
    • num_eliminate_blocks

      private int num_eliminate_blocks
    • num_eliminate_cols

      private int num_eliminate_cols
    • lhs_expected

      private Jama.Matrix lhs_expected
    • rhs_expected

      private Vector<Double> rhs_expected
    • sol_expected

      private Vector<Double> sol_expected
    • testName

      private String testName
  • Constructor Details

    • SchurEliminatorTest

      public SchurEliminatorTest()
  • Method Details

    • SchurEliminatorTestScalarProblemNoRegularization

      public void SchurEliminatorTestScalarProblemNoRegularization()
    • SchurEliminatorTestScalarProblemWithRegularization

      public void SchurEliminatorTestScalarProblemWithRegularization()
    • SchurEliminatorTestVaryingFBlockSizeWithStaticStructure

      public void SchurEliminatorTestVaryingFBlockSizeWithStaticStructure()
    • SchurEliminatorTestVaryingFBlockSizeWithoutStaticStructure

      public void SchurEliminatorTestVaryingFBlockSizeWithoutStaticStructure()
    • SetUpFromId

      public void SetUpFromId(int id)
    • SetupHelper

      public void SetupHelper(CeresSolver.LinearLeastSquaresProblem problem)
    • ComputeReferenceSolution

      public void ComputeReferenceSolution(double[] D)
    • EliminateSolveAndCompare

      public void EliminateSolveAndCompare(double[] diagonal, boolean use_static_structure, double relative_tolerance)