type TSparseSolver = ( ssIterative, ssUmfPack, ssPardiso, ssTaucs);
Defines which method will be used to solve system of equations.
Values
| Name | Description |
|---|---|
| ssIterative | Use one of the iterative methods. |
| ssPardiso | Use the Pardiso library. |
| ssTaucs | Use the TAUCS library. |
| ssUmfPack | Use UMF Pack library. |