TTaucsIterative Enumeration

Header: Dew.Math/sparse.h · Cross-compiler

enum class TTaucsIterative : unsigned int;

Iterative solution refinment for Taucs.

Values

NameDescription
tiCGUse the Conjugate gradient iterative algoritm to solve sparse equation. The Conjugate gradient is only guaranteed to work on symmetric and positive definite matrices.
tiMinResUse the MinRes algorithm to solve sparse equation. Unlike the Conjugate gradient method this one requires only a symmetric matrix.
tiNoneNo iterative algorithm is used.