COMBINATORIAL_BLAS  1.6
SplitMatDist.h File Reference
#include <mpi.h>
#include <sys/time.h>
#include <iostream>
#include <iomanip>
#include <functional>
#include <algorithm>
#include <vector>
#include <string>
#include <sstream>
#include <stdint.h>
#include "CombBLAS/CombBLAS.h"
#include "Glue.h"
#include "CCGrid.h"

Go to the source code of this file.

Namespaces

 combblas
 

Macros

#define __STDC_CONSTANT_MACROS
 
#define __STDC_LIMIT_MACROS
 

Functions

template<typename NT , typename IT >
SpDCCols< IT, NT > * combblas::ReadMat (std::string filename, CCGrid &CMG, bool permute, FullyDistVec< IT, IT > &p)
 
template<typename IT , typename NT >
SpDCCols< IT, NT > * combblas::GenMat (CCGrid &CMG, unsigned scale, unsigned EDGEFACTOR, double initiator[4], bool permute)
 
template<typename IT , typename NT >
void combblas::SplitMat (CCGrid &CMG, SpDCCols< IT, NT > *localmat, SpDCCols< IT, NT > &splitmat, bool rowsplit=false)
 

Macro Definition Documentation

◆ __STDC_CONSTANT_MACROS

#define __STDC_CONSTANT_MACROS

Definition at line 16 of file SplitMatDist.h.

◆ __STDC_LIMIT_MACROS

#define __STDC_LIMIT_MACROS

Definition at line 19 of file SplitMatDist.h.