You are here: Symbol Reference > Sparse Namespace > Structs, Records, Enums > Sparse.TSparseSolver Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
Sparse.TSparseSolver Enumeration

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

Pascal
TSparseSolver = ( ssIterative, ssUmfPack, ssPardiso, ssTaucs );
Members 
Description 
ssIterative 
Use one of the iterative methods. 
ssUmfPack 
Use UMF Pack library. 
ssPardiso 
Use the Pardiso library. 
ssTaucs 
Use the TAUCS library. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!