TTaucsSettings Class

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

class TTaucsSettings : public tObject;

Class encapsulates Taucs sparse solver specific settings.

Constructors

NameDescription
TTaucsSettingsVirtual constructor

Destructors

NameDescription
~TTaucsSettings

Properties

NameTypeDescription
AmwbboolSet it to true to enable maximum-weight-basis Vaidha preconditioners.
AmwbRandomSeedintRandom seed between 0 and High(Integer)-1.
AmwbSubGraphsintDesired number of graphs in the tree partitioning.
CustomOptionstStringList*
FactorTTaucsFactorizationSpecifies the factorization method to use.
InCoreMemoryAutobool
InCoreMemorySizeintDefines the in-core memory size to use in bytes.
IterativeStepTTaucsIterativeDefines if and which iterative CG/MinRes factorization should be attempted.
OutOfCoreboolUse Out Of Core factorization.
OutOfCoreFileNameDewStringFactorization data filename.
ReorderingTTaucsReorderingDefines the fill-in reducing reordering algorithms to use.