#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.
|
| unsigned int | highestbitset (uint64_t v) |
| |
| template<class T > |
| bool | from_string (T &t, const string &s, std::ios_base &(*f)(std::ios_base &)) |
| |
| template<typename PARMAT > |
| void | Symmetricize (PARMAT &A) |
| |
| int | main (int argc, char *argv[]) |
| |
◆ DETERMINISTIC
◆ EDGEFACTOR
◆ ITERS
◆ MAXTRIALS
◆ from_string()
template<class T >
| bool from_string |
( |
T & |
t, |
|
|
const string & |
s, |
|
|
std::ios_base &(*)(std::ios_base &) |
f |
|
) |
| |
◆ highestbitset()
| unsigned int highestbitset |
( |
uint64_t |
v | ) |
|
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ Symmetricize()
template<typename PARMAT >
| void Symmetricize |
( |
PARMAT & |
A | ) |
|
◆ cblas_allgathertime
| double cblas_allgathertime |
◆ cblas_alltoalltime
| double cblas_alltoalltime |
◆ cblas_localspmvtime
| double cblas_localspmvtime |
◆ cblas_mergeconttime
| double cblas_mergeconttime |
◆ cblas_splits
◆ cblas_transvectime
| double cblas_transvectime |