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

Declaration of the SuiteSparseMatrix class. More...

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

Go to the source code of this file.

Classes

class  SuiteSparseMatrix< IndexType >
 A class for wrapping up a suite sparse matrix as a cholmod_sparse structure. More...
 

Functions

void SuiteSparseFillCholmodVector (cholmod_dense *v, int nlin, double *values)
 Fills the given dense matrix with data from the given vector. No space is allocated. The vector stores the given data pointer. Previous values in the structure are ignored, so don't pass a previously allocated dense matrix.
 

Detailed Description

Declaration of the SuiteSparseMatrix class.

Author
Carlos A. T. Mendes
Date
february, 2025