#include <mpi.h>#include <stdint.h>#include <sys/time.h>#include <iostream>#include <fstream>#include <string>#include <sstream>#include <ctime>#include <cmath>#include <chrono>#include "CombBLAS/CombBLAS.h"#include "FastSV.h"
Go to the source code of this file.
Classes | |
| class | Dist< NT > |
Macros | |
| #define | __STDC_CONSTANT_MACROS |
| #define | __STDC_LIMIT_MACROS |
Typedefs | |
| using | Int = int64_t |
Functions | |
| int | main (int argc, char *argv[]) |
| #define __STDC_CONSTANT_MACROS |
Definition at line 34 of file FastSV.cpp.
| #define __STDC_LIMIT_MACROS |
Definition at line 37 of file FastSV.cpp.
Connected components based on Awerbuch-Shiloach algorithm
Definition at line 59 of file FastSV.cpp.
Definition at line 70 of file FastSV.cpp.