GemaCoreLib
The GeMA Core library
Classes
gmSparseMatrix.h File Reference

Declaration of the GmSparseMatrix template class. More...

#include "gmSolverMatrix.h"
#include "gmSparseMatrixTripletData.h"
#include "gmSparseMatrixOptions.h"
#include "gmThreadManager.h"
Include dependency graph for gmSparseMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GmSparseMatrixBase
 A base class derived from QObject. Needed since GmSparseMatrix is a template and so can't inherit directly from QObject. More...
 
class  GmSparseMatrix< IndexType, T >
 A class for wrapping up a sparse matrix either using CSR or CSC format. Can also differ on the type used for storing line and column indices. More...
 

Detailed Description

Declaration of the GmSparseMatrix template class.

Author
Carlos A. T. Mendes
Date
january, 2019