COMBINATORIAL_BLAS  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Typedefs | Functions | Variables
SpMMError.cpp File Reference
#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

Macro Definition Documentation

#define ValueType   int64_t

Definition at line 20 of file SpMMError.cpp.


Typedef Documentation

Definition at line 21 of file SpMMError.cpp.

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.

Definition at line 22 of file SpMMError.cpp.

typedef SelectMaxSRing<bool, int64_t> SR

Definition at line 16 of file SpMMError.cpp.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 28 of file SpMMError.cpp.


Variable Documentation

double cblas_allgathertime

Definition at line 13 of file SpMMError.cpp.

double cblas_alltoalltime

Definition at line 12 of file SpMMError.cpp.