#include "../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.
Functions |
| 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[]) |
Macro Definition Documentation
Function Documentation
template<class T >
| bool from_string |
( |
T & |
t, |
|
|
const string & |
s, |
|
|
std::ios_base &(*)(std::ios_base &) |
f |
|
) |
| |
| unsigned int highestbitset |
( |
uint64_t |
v | ) |
|
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
template<typename PARMAT >
| void Symmetricize |
( |
PARMAT & |
A | ) |
|
Variable Documentation
| double cblas_allgathertime |
| double cblas_alltoalltime |
| double cblas_localspmvtime |
| double cblas_mergeconttime |
| double cblas_transvectime |