TSparseSolver Enumeration

Source: sparse.cs · Assembly: Dew.Math

public enum TSparseSolver

Defines which method will be used to solve system of equations.

Values

NameDescription
ssIterativeUse one of the iterative methods.
ssPardisoUse the Pardiso library.
ssTaucsUse the TAUCS library.
ssUmfPackUse UMF Pack library.