#include "../CombBLAS.h"#include <mpi.h>#include <sys/time.h>#include <iostream>#include <functional>#include <algorithm>#include <vector>#include <string>#include <sstream>#include "BPMaximalMatching.h"Go to the source code of this file.
Classes | |
| struct | VertexType |
Typedefs | |
| typedef SpParMat< int64_t, bool, SpDCCols< int64_t, bool > > | PSpMat_Bool |
Functions | |
| template<typename PARMAT > | |
| void | Symmetricize (PARMAT &A) |
| void | removeIsolated (PSpMat_Bool &A) |
| void | ShowUsage () |
| void | GetOptions (char *argv[], int argc) |
| void | showCurOptions () |
| void | experiment (PSpMat_Bool &A, PSpMat_Bool &AT, FullyDistVec< int64_t, int64_t > degCol) |
| int | main (int argc, char *argv[]) |
Variables | |
| bool | prune |
| bool | mvInvertMate |
| bool | randMM |
| bool | moreSplit |
| int | init |
| bool | randMaximal |
| bool | fewexp |
| typedef SpParMat< int64_t, bool, SpDCCols<int64_t,bool> > PSpMat_Bool |
Definition at line 64 of file BPMaximalMatching.cpp.
| void experiment | ( | PSpMat_Bool & | A, |
| PSpMat_Bool & | AT, | ||
| FullyDistVec< int64_t, int64_t > | degCol | ||
| ) |
Definition at line 201 of file BPMaximalMatching.cpp.
| void GetOptions | ( | char * | argv[], |
| int | argc | ||
| ) |
Definition at line 162 of file BPMaximalMatching.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 249 of file BPMaximalMatching.cpp.
| void removeIsolated | ( | PSpMat_Bool & | A | ) |
Definition at line 69 of file BPMaximalMatching.cpp.
| void showCurOptions | ( | ) |
Definition at line 185 of file BPMaximalMatching.cpp.
| void ShowUsage | ( | ) |
Definition at line 135 of file BPMaximalMatching.cpp.
| void Symmetricize | ( | PARMAT & | A | ) |
Definition at line 32 of file BPMaximalMatching.cpp.
| bool fewexp |
Definition at line 29 of file BPMaximalMatching.cpp.
| int init |
Definition at line 27 of file BPMaximalMatching.cpp.
| bool moreSplit |
Definition at line 26 of file BPMaximalMatching.cpp.
| bool mvInvertMate |
Definition at line 26 of file BPMaximalMatching.cpp.
| bool prune |
Definition at line 26 of file BPMaximalMatching.cpp.
| bool randMaximal |
Definition at line 28 of file BPMaximalMatching.cpp.
| bool randMM |
Definition at line 26 of file BPMaximalMatching.cpp.