Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.RegularizationCheckingLinearSolver
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.LinearSolver
-
- gov.nih.mipav.model.algorithms.CeresSolver.TypedLinearSolver<CeresSolver.DenseSparseMatrix>
-
- gov.nih.mipav.model.algorithms.CeresSolverTest.RegularizationCheckingLinearSolver
-
- Enclosing class:
- CeresSolverTest
class CeresSolverTest.RegularizationCheckingLinearSolver extends CeresSolver.TypedLinearSolver<CeresSolver.DenseSparseMatrix>
-
-
Field Summary
Fields Modifier and Type Field Description private double[]
diagonal_
private double
kTolerance
private int
num_cols_
(package private) boolean[]
passedReg
(package private) java.lang.String
testName
-
Fields inherited from class gov.nih.mipav.model.algorithms.CeresSolver.TypedLinearSolver
execution_summary_
-
Fields inherited from class gov.nih.mipav.model.algorithms.CeresSolver.LinearSolver
options_, perSolveOptions, summary
-
-
Constructor Summary
Constructors Constructor Description RegularizationCheckingLinearSolver(int num_cols, double[] diagonal, java.lang.String testName, boolean[] passedReg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CeresSolver.LinearSolverSummary
SolveImpl(CeresSolver.DenseSparseMatrix A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x)
-
Methods inherited from class gov.nih.mipav.model.algorithms.CeresSolver.TypedLinearSolver
Solve, Statistics
-
-
-
-
Field Detail
-
passedReg
boolean[] passedReg
-
kTolerance
private final double kTolerance
- See Also:
- Constant Field Values
-
num_cols_
private final int num_cols_
-
diagonal_
private final double[] diagonal_
-
testName
java.lang.String testName
-
-
Method Detail
-
SolveImpl
public CeresSolver.LinearSolverSummary SolveImpl(CeresSolver.DenseSparseMatrix A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x)
- Specified by:
SolveImpl
in classCeresSolver.TypedLinearSolver<CeresSolver.DenseSparseMatrix>
-
-