Package gov.nih.mipav.model.algorithms
Class CeresSolver.CgnrSolver
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.LinearSolver
-
- gov.nih.mipav.model.algorithms.CeresSolver.TypedLinearSolver<CeresSolver.BlockSparseMatrix>
-
- gov.nih.mipav.model.algorithms.CeresSolver.CgnrSolver
-
- Enclosing class:
- CeresSolver
class CeresSolver.CgnrSolver extends CeresSolver.TypedLinearSolver<CeresSolver.BlockSparseMatrix>
-
-
Field Summary
Fields Modifier and Type Field Description private CeresSolver.Preconditioner
preconditioner_
-
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 CgnrSolver(CeresSolver.LinearSolverOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CeresSolver.LinearSolverSummary
Solve(CeresSolver.LinearOperator A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x)
CeresSolver.LinearSolverSummary
SolveImpl(CeresSolver.BlockSparseMatrix A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x)
-
Methods inherited from class gov.nih.mipav.model.algorithms.CeresSolver.TypedLinearSolver
Statistics
-
-
-
-
Field Detail
-
preconditioner_
private CeresSolver.Preconditioner preconditioner_
-
-
Constructor Detail
-
CgnrSolver
public CgnrSolver(CeresSolver.LinearSolverOptions options)
-
-
Method Detail
-
Solve
public CeresSolver.LinearSolverSummary Solve(CeresSolver.LinearOperator A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x)
- Overrides:
Solve
in classCeresSolver.TypedLinearSolver<CeresSolver.BlockSparseMatrix>
-
SolveImpl
public CeresSolver.LinearSolverSummary SolveImpl(CeresSolver.BlockSparseMatrix A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x)
- Specified by:
SolveImpl
in classCeresSolver.TypedLinearSolver<CeresSolver.BlockSparseMatrix>
-
-