Modifier and Type | Method and Description |
---|---|
IterationMonitor<Vector> |
IterativeLinearSystemSolver.Solution.step() |
Modifier and Type | Method and Description |
---|---|
IterativeLinearSystemSolver.Solution |
IterativeLinearSystemSolver.solve(LSProblem problem,
IterationMonitor<Vector> monitor)
Solves iteratively
Ax = b
until the solution converges, i.e., the norm of residual
(b - Ax) is less than or equal to the threshold.
|
Modifier and Type | Method and Description |
---|---|
IterativeLinearSystemSolver.Solution |
GaussSeidelSolver.solve(LSProblem problem,
IterationMonitor<Vector> monitor) |
IterativeLinearSystemSolver.Solution |
SuccessiveOverrelaxationSolver.solve(LSProblem problem,
IterationMonitor<Vector> monitor) |
IterativeLinearSystemSolver.Solution |
SymmetricSuccessiveOverrelaxationSolver.solve(LSProblem problem,
IterationMonitor<Vector> monitor) |
IterativeLinearSystemSolver.Solution |
JacobiSolver.solve(LSProblem problem,
IterationMonitor<Vector> monitor) |
Modifier and Type | Class and Description |
---|---|
class |
CountMonitor<S>
This
IterationMonitor counts the number of iterates generated, hence
the number of iterations. |
class |
IteratesMonitor<S>
This
IterationMonitor stores all states generated during iterations. |
class |
NullMonitor<S>
This
IterationMonitor does nothing when a new iterate is added. |
class |
VectorMonitor
This
IterationMonitor stores all vectors generated during iterations. |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.