#include <iostream>
#include <fstream>
#include <limits>
#include "basics/typedefs.hh"
#include "basics/outputOperator.hh"
#include "toolbox/pool.hh"
#include "hashedSMatrixIterator.hh"
#include <type_traits>
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | concepts::HashedSparseMatrix< T > |
struct | concepts::HashedSparseMatrix< T >::Value |
Namespaces | |
namespace | concepts |
Macros | |
#define | EPS std::numeric_limits<double>::epsilon() |
Functions | |
template<typename T > | |
std::ostream & | concepts::operator<< (std::ostream &os, const HashedSparseMatrix< T > &o) |
template<class F > | |
uint | concepts::getNumberofRows (HashedSparseMatrix< F > &m) |
Sparse matrices
Definition in file hashedSMatrix.hh.
#define EPS std::numeric_limits<double>::epsilon() |
Definition at line 16 of file hashedSMatrix.hh.