TTaucsIterative Enumeration

Source: sparse.cs · Assembly: Dew.Math

public enum TTaucsIterative

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.