TSparseSolver Enumeration

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

enum class TSparseSolver : unsigned int;

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.