|
COMBINATORIAL_BLAS
1.3
|
#include <mpi.h>#include <sys/time.h>#include <iostream>#include <functional>#include <algorithm>#include <vector>#include <string>#include <sstream>#include <stdint.h>#include "../CombBLAS.h"Go to the source code of this file.
Macros | |
| #define | ValueType int64_t |
Typedefs | |
| typedef SelectMaxSRing< bool, int64_t > | SR |
| typedef SpParMat< int64_t, bool, SpDCCols< int64_t, bool > > | PSpMat_Bool |
| typedef SpParMat< int64_t, int, SpDCCols< int64_t, int > > | PSpMat_Int |
| typedef SpDCCols< int64_t, ValueType > | DCColsType |
| typedef SpParMat< int64_t, ValueType, DCColsType > | PSpMat_Int64 |
| typedef PSpMat_Int64 | MatType |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| double | cblas_alltoalltime |
| double | cblas_allgathertime |
| #define ValueType int64_t |
Definition at line 20 of file SpMMError.cpp.
| typedef SpDCCols<int64_t,ValueType> DCColsType |
Definition at line 21 of file SpMMError.cpp.
| typedef PSpMat_Int64 MatType |
Definition at line 23 of file SpMMError.cpp.
| typedef SpParMat< int64_t, bool, SpDCCols<int64_t,bool> > PSpMat_Bool |
Definition at line 17 of file SpMMError.cpp.
| typedef SpParMat< int64_t, int, SpDCCols<int64_t,int> > PSpMat_Int |
Definition at line 18 of file SpMMError.cpp.
| typedef SpParMat< int64_t, ValueType, DCColsType > PSpMat_Int64 |
Definition at line 22 of file SpMMError.cpp.
| typedef SelectMaxSRing<bool, int64_t> SR |
Definition at line 16 of file SpMMError.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 28 of file SpMMError.cpp.
| double cblas_allgathertime |
Definition at line 13 of file SpMMError.cpp.
| double cblas_alltoalltime |
Definition at line 12 of file SpMMError.cpp.
1.8.1.1