|
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.tdouble.algo.solver.preconditioner.DoubleICC
public class DoubleICC
Incomplete Cholesky preconditioner without fill-in using a compressed row matrix as internal storage
| Constructor Summary | |
|---|---|
DoubleICC(RCDoubleMatrix2D R)
Sets up the ICC preconditioner |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleICC(RCDoubleMatrix2D R)
R - Matrix to use internally. For best performance, its non-zero
pattern must conform to that of the system matrix| Method Detail |
|---|
public DoubleMatrix1D apply(DoubleMatrix1D b,
DoubleMatrix1D x)
DoublePreconditioner
apply in interface DoublePreconditionerb - Right hand side of problemx - Result is stored here
public DoubleMatrix1D transApply(DoubleMatrix1D b,
DoubleMatrix1D x)
DoublePreconditioner
transApply in interface DoublePreconditionerb - Right hand side of problemx - Result is stored here
public void setMatrix(DoubleMatrix2D A)
DoublePreconditioner
setMatrix in interface DoublePreconditionerA - 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 | |||||||||