public interface FloatPreconditioner
setMatrix
must be calledModifier and Type | Method and Description |
---|---|
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.
|
FloatMatrix1D apply(FloatMatrix1D b, FloatMatrix1D x)
b
- Right hand side of problemx
- Result is stored hereFloatMatrix1D transApply(FloatMatrix1D b, FloatMatrix1D x)
b
- Right hand side of problemx
- Result is stored herevoid setMatrix(FloatMatrix2D A)
A
- Matrix to setup the preconditioner for. Not modifiedJump to the Parallel Colt Homepage