sparseMatrix.hh File Reference
#include <map>
#include <limits>
#include <memory>
#include "compositions.hh"
#include "matrix.hh"
#include "CRS.hh"
#include "hashedSMatrix.hh"
#include "matrixMult.hh"
#include "basics/debug.hh"
#include "toolbox/sequence.hh"
#include "bilinearForm.hh"
#include <type_traits>
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | concepts::BilinearForm< F, G > |
Abstract function class to evaluate a bilinear form. More... | |
class | concepts::SparseMatrix< F > |
Sparse matrix. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Macros | |
#define | EPS std::numeric_limits<double>::epsilon() |
#define | SparseAddInto_D 0 |
Macro Definition Documentation
◆ EPS
#define EPS std::numeric_limits<double>::epsilon() |
Definition at line 16 of file sparseMatrix.hh.
◆ SparseAddInto_D
#define SparseAddInto_D 0 |
Definition at line 32 of file sparseMatrix.hh.