COMBINATORIAL_BLAS  1.6
Utility.h File Reference
#include "../CombBLAS.h"

Go to the source code of this file.

Namespaces

 combblas
 

Functions

template<typename PARMAT >
void combblas::removeIsolated (PARMAT &A)
 
template<class IT , class NT >
bool combblas::isMatching (FullyDistVec< IT, NT > &mateCol2Row, FullyDistVec< IT, NT > &mateRow2Col)
 
template<class IT >
bool combblas::CheckMatching (FullyDistVec< IT, IT > &mateRow2Col, FullyDistVec< IT, IT > &mateCol2Row)
 
template<class IT , class NT , class DER >
NT combblas::MatchingWeight (SpParMat< IT, NT, DER > &A, FullyDistVec< IT, IT > mateRow2Col, FullyDistVec< IT, IT > &mateCol2Row)
 
template<typename PARMAT >
void combblas::Symmetricize (PARMAT &A)