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
-
Field Summary
FieldsFields 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 -
Method Summary
Modifier and TypeMethodDescriptionSolve(CeresSolver.LinearOperator A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x) 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 Details
-
preconditioner_
-
-
Constructor Details
-
CgnrSolver
-
-
Method Details
-
Solve
public CeresSolver.LinearSolverSummary Solve(CeresSolver.LinearOperator A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x) - Overrides:
Solvein classCeresSolver.TypedLinearSolver<CeresSolver.BlockSparseMatrix>
-
SolveImpl
public CeresSolver.LinearSolverSummary SolveImpl(CeresSolver.BlockSparseMatrix A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x) - Specified by:
SolveImplin classCeresSolver.TypedLinearSolver<CeresSolver.BlockSparseMatrix>
-