#include "CombBLAS/CombBLAS.h"
#include <mpi.h>
#include <sys/time.h>
#include <iostream>
#include <functional>
#include <algorithm>
#include <vector>
#include <string>
#include <sstream>
Go to the source code of this file.
|
| template<typename PARMAT > |
| void | Symmetricize (PARMAT &A) |
| |
| void | MD (PSpMat_Int64 &A) |
| |
| int | main (int argc, char *argv[]) |
| |
| FullyDistSpVec< int64_t, int64_t > | getReach (int64_t source, PSpMat_Int64 &A, FullyDistVec< int64_t, int64_t > &enodes) |
| |
| FullyDistSpVec< int64_t, int64_t > | getReachesSPMM (FullyDistSpVec< int64_t, int64_t > &sources, PSpMat_Int64 &A, FullyDistVec< int64_t, int64_t > &enodes) |
| |
| FullyDistSpVec< int64_t, int64_t > | getReachesSPMV (FullyDistSpVec< int64_t, int64_t > &sources, PSpMat_Int64 &A, FullyDistVec< int64_t, int64_t > &enodes) |
| |
◆ DETERMINISTIC
Definition at line 1 of file MD.cpp.
◆ EDGEFACTOR
◆ PSpMat_Bool
◆ PSpMat_Int64
◆ getReach()
◆ getReachesSPMM()
◆ getReachesSPMV()
◆ main()
◆ MD()
◆ Symmetricize()