![]() |
GemaCoreLib
The GeMA Core library
|
Declaration of the GmArmadilloSolverMatrix and GmArmadilloSparseSolverMatrix classes. More...
#include "gmSolverMatrix.h"
#include "gmThreadManager.h"
#include "gmSparseMatrix.h"
#include <assert.h>
#include <armadillo>
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. | |
Declaration of the GmArmadilloSolverMatrix and GmArmadilloSparseSolverMatrix classes.