SuiteSparseSolver
The GeMA Suite Sparse Numeric Solver Plugin
Loading...
Searching...
No Matches
cholmodSolver.h File Reference

Declaration of the CholmodSolver class. More...

#include "suiteSparseSolver.h"
#include <cholmod.h>
Include dependency graph for cholmodSolver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CholmodSolver
 A class for creating a GeMA solver based on the CHOLMOD solver from the SuiteSparse library. More...
 

Macros

#define CALL_CHOLMOD_I32(name)
 
#define CALL_CHOLMOD_I64(name)
 
#define CALL_CHOLMOD(name)
 

Detailed Description

Declaration of the CholmodSolver class.

Author
Carlos A. T. Mendes
Date
february, 2025

Macro Definition Documentation

◆ CALL_CHOLMOD

#define CALL_CHOLMOD ( name)
Value:
(_i64 ? CALL_CHOLMOD_I64(name) : CALL_CHOLMOD_I32(name))

◆ CALL_CHOLMOD_I32

#define CALL_CHOLMOD_I32 ( name)
Value:
cholmod_ ## name

◆ CALL_CHOLMOD_I64

#define CALL_CHOLMOD_I64 ( name)
Value:
cholmod_l_ ## name