Package gov.nih.mipav.model.algorithms
Class CeresSolver.ConjugateGradientsSolver
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.LinearSolver
gov.nih.mipav.model.algorithms.CeresSolver.ConjugateGradientsSolver
- Enclosing class:
CeresSolver
-
Field Summary
FieldsFields inherited from class gov.nih.mipav.model.algorithms.CeresSolver.LinearSolver
perSolveOptions, summary -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSolve(CeresSolver.LinearOperator A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x) Solve(CeresSolver.LinearOperator A, Vector<Double> bvec, CeresSolver.LinearSolverPerSolveOptions per_solve_options, Vector<Double> xvec) Methods inherited from class gov.nih.mipav.model.algorithms.CeresSolver.LinearSolver
Statistics
-
Field Details
-
options_
-
-
Constructor Details
-
ConjugateGradientsSolver
-
-
Method Details
-
Solve
public CeresSolver.LinearSolverSummary Solve(CeresSolver.LinearOperator A, Vector<Double> bvec, CeresSolver.LinearSolverPerSolveOptions per_solve_options, Vector<Double> xvec) -
Solve
public CeresSolver.LinearSolverSummary Solve(CeresSolver.LinearOperator A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x) - Specified by:
Solvein classCeresSolver.LinearSolver
-