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 Preconditionerx - a vectorpublic Vector transposeSolve(Vector x)
transposeSolve in interface Preconditionerx - a vectorCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.