public enum TTaucsIterative
Iterative solution refinment for Taucs.
Values
| Name | Description |
|---|---|
| tiCG | Use the Conjugate gradient iterative algoritm to solve sparse equation. The Conjugate gradient is only guaranteed to work on symmetric and positive definite matrices. |
| tiMinRes | Use the MinRes algorithm to solve sparse equation. Unlike the Conjugate gradient method this one requires only a symmetric matrix. |
| tiNone | No iterative algorithm is used. |