public class IdentityPreconditioner extends Object implements Preconditioner
Constructor and Description |
---|
IdentityPreconditioner() |
Modifier and Type | Method and Description |
---|---|
Vector |
solve(Vector x)
Return the input vector x.
|
Vector |
transposeSolve(Vector x)
Return the input vector x.
|
public Vector solve(Vector x)
solve
in interface Preconditioner
x
- a vectorpublic Vector transposeSolve(Vector x)
transposeSolve
in interface Preconditioner
x
- a vectorCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.