#include "CombBLAS/CombBLAS.h"#include <mpi.h>#include <sys/time.h>#include <iostream>#include <functional>#include <algorithm>#include <vector>#include <string>#include <sstream>#include <limits>#include "BPMaximalMatching.h"#include "BPMaximumMatching.h"#include "ApproxWeightPerfectMatching.h"
Go to the source code of this file.
Typedefs | |
| typedef SpParMat< int64_t, bool, SpDCCols< int64_t, bool > > | Par_DCSC_Bool |
| typedef SpParMat< int64_t, int64_t, SpDCCols< int64_t, int64_t > > | Par_DCSC_int64_t |
| typedef SpParMat< int64_t, double, SpDCCols< int64_t, double > > | Par_DCSC_Double |
| typedef SpParMat< int64_t, double, SpCCols< int64_t, double > > | Par_CSC_Double |
| typedef SpParMat< int64_t, bool, SpCCols< int64_t, bool > > | Par_CSC_Bool |
Functions | |
| void | ShowUsage () |
| int | main (int argc, char *argv[]) |
| typedef SpParMat< int64_t, bool, SpCCols<int64_t,bool> > Par_CSC_Bool |
Definition at line 34 of file ApproxWeightPerfectMatching.cpp.
| typedef SpParMat< int64_t, double, SpCCols<int64_t, double> > Par_CSC_Double |
Definition at line 33 of file ApproxWeightPerfectMatching.cpp.
| typedef SpParMat< int64_t, bool, SpDCCols<int64_t,bool> > Par_DCSC_Bool |
Definition at line 30 of file ApproxWeightPerfectMatching.cpp.
| typedef SpParMat< int64_t, double, SpDCCols<int64_t, double> > Par_DCSC_Double |
Definition at line 32 of file ApproxWeightPerfectMatching.cpp.
Definition at line 31 of file ApproxWeightPerfectMatching.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 61 of file ApproxWeightPerfectMatching.cpp.
| void ShowUsage | ( | ) |
Definition at line 36 of file ApproxWeightPerfectMatching.cpp.