|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.matrix.doubles.matrixtype.sparse.solver.iterative.preconditioner.IdentityPreconditioner
public class IdentityPreconditioner
This identity preconditioner is used when no preconditioning is applied. This is used as the default preconditioner for unpreconditioned linear system solving algorithm.
| Constructor Summary | |
|---|---|
IdentityPreconditioner()
|
|
| Method Summary | |
|---|---|
Vector |
solve(Vector x)
Returns the input Vector x. |
Vector |
transposeSolve(Vector x)
Returns the input Vector x. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentityPreconditioner()
| Method Detail |
|---|
public Vector solve(Vector x)
Vector x.
solve in interface Preconditionerx - the input Vector
public Vector transposeSolve(Vector x)
Vector x.
transposeSolve in interface Preconditionerx - the input Vector
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||