COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
Compare.h File Reference
#include <cmath>
#include <type_traits>
#include "SpDefs.h"
#include "CombBLAS.h"
Include dependency graph for Compare.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  combblas::ErrorTolerantEqual< T >
 
struct  combblas::absdiff< T >
 
struct  combblas::TupleEqual< IT, NT >
 
struct  combblas::ColLexiCompare< IT, NT >
 
struct  combblas::RowLexiCompare< IT, NT >
 
struct  combblas::ColCompare< IT, NT >
 
struct  combblas::RowCompare< IT, NT >
 
struct  combblas::ColLexiCompareWithID< IT, NT >
 

Namespaces

namespace  combblas
 

Functions

template<class T >
bool combblas::compare (const T &a, const T &b, std::false_type)
 
template<class T >
bool combblas::compare (const T &a, const T &b, std::true_type)