Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Defines | Functions
operator/hashedSMatrix.hh File Reference
#include <iostream>
#include <fstream>
#include <limits>
#include "basics/typedefs.hh"
#include "basics/outputOperator.hh"
#include "toolbox/pool.hh"
#include "hashedSMatrixIterator.hh"
Include dependency graph for hashedSMatrix.hh:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define EPS   std::numeric_limits<double>::epsilon()

Definition at line 15 of file hashedSMatrix.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)