TTaucsSettings Class

Source: sparse.cs · Assembly: Dew.Math

public class TTaucsSettings

Class encapsulates Taucs sparse solver specific settings.

Properties

NameTypeDescription
AmwbBooleanSet it to true to enable maximum-weight-basis Vaidha preconditioners.
AmwbRandomSeedInt32Random seed between 0 and High(Integer)-1.
AmwbSubGraphsInt32Desired number of graphs in the tree partitioning.
FactorTTaucsFactorizationSpecifies the factorization method to use.
InCoreMemoryAutoBoolean
InCoreMemorySizeInt32Defines the in-core memory size to use in bytes.
IterativeStepTTaucsIterativeDefines if and which iterative CG/MinRes factorization should be attempted.
OutOfCoreBooleanUse Out Of Core factorization.
OutOfCoreFileNameStringFactorization data filename.
ReorderingTTaucsReorderingDefines the fill-in reducing reordering algorithms to use.

Methods

NameDescription
ctorVirtual constructor