GemaCoreLib
The GeMA Core library
Classes | Typedefs
gmArmadilloSolverMatrix.h File Reference

Declaration of the GmArmadilloSolverMatrix and GmArmadilloSparseSolverMatrix classes. More...

#include "gmSolverMatrix.h"
#include "gmThreadManager.h"
#include "gmSparseMatrix.h"
#include <assert.h>
#include <armadillo>
Include dependency graph for gmArmadilloSolverMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GmAppendBuffer< T >
 A virtual class representing a buffer of T objects that can be appended in a thread-safe way, growing the buffer as needed. More...
 
class  GmArmadilloSolverMatrixBase< T >
 An implementation of the GmSolverMatrix interface using as base the Armadillo library. More...
 
class  GmArmadilloSparseSolverMatrix
 The standard 'Sparse' matrix based on Armadillo. More...
 

Typedefs

typedef GmArmadilloSolverMatrixBase< arma::mat > GmArmadilloSolverMatrix
 The standard 'Full' matrix based on Armadillo.
 

Detailed Description

Declaration of the GmArmadilloSolverMatrix and GmArmadilloSparseSolverMatrix classes.

Author
Carlos Augusto Teixeira Mendes
Date
june, 2015