You are here: Symbol Reference > Sparse Namespace > Structs, Records, Enums > Sparse.TTaucsIterative Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
Sparse.TTaucsIterative Enumeration
Pascal
TTaucsIterative = ( tiNone, tiCG, tiMinRes );
Members 
Description 
tiNone 
No iterative algorithm is used. 
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. 

Iterative solution refinment for Taucs.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!