Declaration of the CholmodSolver class.
More...
#include "suiteSparseSolver.h"
#include <cholmod.h>
Go to the source code of this file.
|
| class | CholmodSolver |
| | A class for creating a GeMA solver based on the CHOLMOD solver from the SuiteSparse library. More...
|
| |
Declaration of the CholmodSolver class.
- Author
- Carlos A. T. Mendes
- Date
- february, 2025
◆ CALL_CHOLMOD
| #define CALL_CHOLMOD |
( |
| name | ) |
|
Value:(_i64 ? CALL_CHOLMOD_I64(name) : CALL_CHOLMOD_I32(name))
◆ CALL_CHOLMOD_I32
| #define CALL_CHOLMOD_I32 |
( |
| name | ) |
|
◆ CALL_CHOLMOD_I64
| #define CALL_CHOLMOD_I64 |
( |
| name | ) |
|