#include <iostream>#include <fstream>#include <limits>#include "basics/typedefs.hh"#include "basics/outputOperator.hh"#include "toolbox/pool.hh"#include "hashedSMatrixIterator.hh"

Go to the source code of this file.
Classes | |
| class | concepts::HashedSparseMatrix< T > |
| A matrix in sparse storage using hashes. More... | |
| struct | concepts::HashedSparseMatrix< T >::Value |
| Values of a matrix in sparse notation. More... | |
Namespaces | |
| namespace | concepts |
Geometries and material constants for eddy current problems. | |
Defines | |
| #define | EPS std::numeric_limits<double>::epsilon() |
Functions | |
| template<typename T > | |
| std::ostream & | concepts::operator<< (std::ostream &os, const HashedSparseMatrix< T > &o) |
| #define EPS std::numeric_limits<double>::epsilon() |
Definition at line 15 of file hashedSMatrix.hh.