COMBINATORIAL_BLAS  1.6
Compare.h File Reference
#include <cmath>
#include <type_traits>
#include "SpDefs.h"
#include "CombBLAS.h"

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

 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)