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
abstract class CeresSolver.LinearSolver extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CeresSolver.LinearSolverOptions
options_
CeresSolver.LinearSolverPerSolveOptions
perSolveOptions
CeresSolver.LinearSolverSummary
summary
-
Constructor Summary
Constructors Constructor Description LinearSolver()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract CeresSolver.LinearSolverSummary
Solve(CeresSolver.LinearOperator A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x)
java.util.HashMap<java.lang.String,CeresSolver.CallStatistics>
Statistics()
-
-
-
Field Detail
-
options_
public CeresSolver.LinearSolverOptions options_
-
summary
public CeresSolver.LinearSolverSummary summary
-
perSolveOptions
public CeresSolver.LinearSolverPerSolveOptions perSolveOptions
-
-
Method Detail
-
Statistics
public java.util.HashMap<java.lang.String,CeresSolver.CallStatistics> Statistics()
-
Solve
public abstract CeresSolver.LinearSolverSummary Solve(CeresSolver.LinearOperator A, double[] b, CeresSolver.LinearSolverPerSolveOptions per_solve_options, double[] x)
-
-