#include "../CombBLAS.h"
#include <iostream>
#include <functional>
#include <algorithm>
#include <vector>
#include <limits>
#include "Utility.h"
#include "MatchingDefs.h"
Go to the source code of this file.
|
MTRand | GlobalMT (123) |
|
template<typename Par_DCSC_Bool , typename IT > |
void | combblas::MaximalMatching (Par_DCSC_Bool &A, Par_DCSC_Bool &AT, FullyDistVec< IT, IT > &mateRow2Col, FullyDistVec< IT, IT > &mateCol2Row, FullyDistVec< IT, IT > °ColRecv, int type, bool rand=true) |
|
template<typename Par_MAT_Double , typename IT > |
void | combblas::WeightedGreedy (Par_MAT_Double &A, FullyDistVec< IT, IT > &mateRow2Col, FullyDistVec< IT, IT > &mateCol2Row, FullyDistVec< IT, IT > °Col) |
|
template<class Par_DCSC_Bool , class IT , class NT > |
bool | combblas::isMaximalmatching (Par_DCSC_Bool &A, FullyDistVec< IT, NT > &mateRow2Col, FullyDistVec< IT, NT > &mateCol2Row) |
|
◆ DMD
◆ GREEDY
◆ KARP_SIPSER
◆ NO_INIT
◆ GlobalMT()
◆ tTotalMaximal