![]() |
SuiteSparseSolver
The GeMA Suite Sparse Numeric Solver Plugin
|
| CCholmodSolver | A class for creating a GeMA solver based on the CHOLMOD solver from the SuiteSparse library |
| CParuSolver | A class for creating a GeMA solver based on the ParU solver from the SuiteSparse library |
| CSpqrSolver | A class for creating a GeMA solver based on the SPQR solver from the SuiteSparse library |
| CSuiteSparseMatrix | A class for wrapping up a suite sparse matrix as a cholmod_sparse structure |
| CSuiteSparseSolver | A base class with the common behavior for creating a GeMA solver based on one of the following SuiteSparse library solvers: cholmod, umfpack and spqr |
| CSuiteSparseSolverFactory | Implementation of the SuiteSparseSolver factory plugin |
| CUmfpackSolver | A class for creating a GeMA solver based on the UMFPACK solver from the SuiteSparse library |