Classes
| Name | Description |
|---|---|
| TPardisoSettings | Class encapsulates Pardiso sparse solver specific settings. |
| TSparseMtx | Encapsulates sparse matrix properties and methods/operations. |
| TTaucsSettings | Class encapsulates Taucs sparse solver specific settings. |
Enumerations
| Name | Description |
|---|---|
| TConvergenceCheck | The criteria for convergence check. |
| TIterativeMethod | The method for iterative solver. |
| TIterativePreconditioner | Iterative preconditioner options. |
| TIterativeSolverMethod | |
| TOutofCoreMode | Out-of core sparse matrix solver. |
| TParallelFactorization | Parallel factorization control. |
| TParallelForwardBackward | Parallel solve control. |
| TPardisoIterative | Iterative solution refinment for Pardiso solver. |
| TPardisoReordering | The reordering method for Pardiso solver. |
| TReportLevel | The detail of the report generated by TSparseMtx.Solve method. |
| TSparseFormat | Defines sparse matrix file format. |
| TSparsePattern | Defines how to solve the matrix using the Solve method. |
| TSparseSolver | Defines which method will be used to solve system of equations. |
| TSparseSystem | Defines the system to be solved by the TSparseMtx.Solve method. |
| TTaucsFactorization | Iterative solution refinment for Taucs. |
| TTaucsIterative | Iterative solution refinment for Taucs. |
| TTaucsReordering | Defines the reordering method used by Taucs. |
Events
| Name | Description |
|---|---|
| TIterativeStopTest | The event type called when user defined stop criteria for iterative sparse solver is requested. |