COMBINATORIAL_BLAS  1.6
MatPermuteSave.cpp File Reference
#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.

Macros

#define DETERMINISTIC   1
 

Typedefs

typedef SpParMat< int64_t, bool, SpDCCols< int64_t, bool > > Par_DCSC_Bool
 
typedef SpParMat< int64_t, int64_t, SpDCCols< int64_t, int64_t > > Par_DCSC_int64_t
 
typedef SpParMat< int64_t, double, SpDCCols< int64_t, double > > Par_DCSC_Double
 

Functions

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

Macro Definition Documentation

◆ DETERMINISTIC

#define DETERMINISTIC   1

Definition at line 1 of file MatPermuteSave.cpp.

Typedef Documentation

◆ Par_DCSC_Bool

typedef SpParMat< int64_t, bool, SpDCCols<int64_t,bool> > Par_DCSC_Bool

Definition at line 29 of file MatPermuteSave.cpp.

◆ Par_DCSC_Double

typedef SpParMat< int64_t, double, SpDCCols<int64_t, double> > Par_DCSC_Double

Definition at line 31 of file MatPermuteSave.cpp.

◆ Par_DCSC_int64_t

Function Documentation

◆ main()

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

Definition at line 35 of file MatPermuteSave.cpp.