|
Parallel Colt 0.7.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FloatPreconditioner
Preconditioner interface. Before a preconditioner is used,
setMatrix must be called
| Method Summary | |
|---|---|
FloatMatrix1D |
apply(FloatMatrix1D b,
FloatMatrix1D x)
Solves the approximate problem with the given right hand side. |
void |
setMatrix(FloatMatrix2D A)
Sets the operator matrix for the preconditioner. |
FloatMatrix1D |
transApply(FloatMatrix1D b,
FloatMatrix1D x)
Solves the approximate transpose problem with the given right hand side. |
| Method Detail |
|---|
FloatMatrix1D apply(FloatMatrix1D b,
FloatMatrix1D x)
b - Right hand side of problemx - Result is stored here
FloatMatrix1D transApply(FloatMatrix1D b,
FloatMatrix1D x)
b - Right hand side of problemx - Result is stored here
void setMatrix(FloatMatrix2D 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 | |||||||||