|
Parallel Colt 0.7.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DoublePreconditioner
Preconditioner interface. Before a preconditioner is used,
setMatrix must be called
| Method Summary | |
|---|---|
DoubleMatrix1D |
apply(DoubleMatrix1D b,
DoubleMatrix1D x)
Solves the approximate problem with the given right hand side. |
void |
setMatrix(DoubleMatrix2D A)
Sets the operator matrix for the preconditioner. |
DoubleMatrix1D |
transApply(DoubleMatrix1D b,
DoubleMatrix1D x)
Solves the approximate transpose problem with the given right hand side. |
| Method Detail |
|---|
DoubleMatrix1D apply(DoubleMatrix1D b,
DoubleMatrix1D x)
b - Right hand side of problemx - Result is stored here
DoubleMatrix1D transApply(DoubleMatrix1D b,
DoubleMatrix1D x)
b - Right hand side of problemx - Result is stored here
void setMatrix(DoubleMatrix2D A)
A - Matrix to setup the preconditioner for. Not modified
|
Parallel Colt 0.7.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||