Package gov.nih.mipav.model.algorithms
Class CeresSolver.LinearSolver
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.LinearSolver
- Direct Known Subclasses:
CeresSolver.ConjugateGradientsSolver,CeresSolver.TypedLinearSolver
- Enclosing class:
CeresSolver
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CeresSolver.LinearSolverSummarySolve(CeresSolver.LinearOperator A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x)
-
Field Details
-
options_
-
summary
-
perSolveOptions
-
-
Constructor Details
-
LinearSolver
public LinearSolver()
-
-
Method Details
-
Statistics
-
Solve
public abstract CeresSolver.LinearSolverSummary Solve(CeresSolver.LinearOperator A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x)
-