public interface Preconditioner
Modifier and Type | Method and Description |
---|---|
Vector |
solve(Vector x)
Solve Mv = x, where M is the preconditioner matrix.
|
Vector |
transposeSolve(Vector x)
Solve Mtv = x, where M is the preconditioner
matrix.
|
Vector solve(Vector x)
x
- a vectorVector transposeSolve(Vector x)
BiconjugateGradientSolver
is an example of such a solver.x
- a vectorCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.