|
Parallel Colt 0.7.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcern.colt.matrix.tfloat.algo.solver.preconditioner.FloatILUT
public class FloatILUT
ILU preconditioner with fill-in. Uses the dual threshold approach of Saad.
| Constructor Summary | |
|---|---|
FloatILUT(RCMFloatMatrix2D LU)
Sets up the preconditioner for the given matrix. |
|
FloatILUT(RCMFloatMatrix2D LU,
float tau,
int p)
Sets up the preconditioner for the given matrix |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FloatILUT(RCMFloatMatrix2D LU,
float tau,
int p)
LU - Matrix to use internally. For best performance, its non-zero
pattern should conform to that of the system matrixtau - Drop tolerancep - Number of entries to keep on each row in of the factored
matrix. This is in addition to the entries of the original
matrixpublic FloatILUT(RCMFloatMatrix2D LU)
LU - Matrix to use internally. For best performance, its non-zero
pattern should conform to that of the system matrix| Method Detail |
|---|
public FloatMatrix1D apply(FloatMatrix1D b,
FloatMatrix1D x)
FloatPreconditioner
apply in interface FloatPreconditionerb - Right hand side of problemx - Result is stored here
public FloatMatrix1D transApply(FloatMatrix1D b,
FloatMatrix1D x)
FloatPreconditioner
transApply in interface FloatPreconditionerb - Right hand side of problemx - Result is stored here
public void setMatrix(FloatMatrix2D A)
FloatPreconditioner
setMatrix in interface FloatPreconditionerA - 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 | |||||||||