COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
SpParMat3D.cpp File Reference
#include "SpParMat3D.h"
#include "ParFriends.h"
#include "Operations.h"
#include "FileHeader.h"
#include "mmio.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <mpi.h>
#include <fstream>
#include <algorithm>
#include <set>
#include <stdexcept>
#include <string>
#include "CombBLAS/CombBLAS.h"
#include <unistd.h>
Include dependency graph for SpParMat3D.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  combblas
 

Functions

template<class IT , class NT >
std::tuple< IT, IT, NT > * combblas::ExchangeData (std::vector< std::vector< std::tuple< IT, IT, NT > > > &tempTuples, MPI_Comm World, IT &datasize)
 
template<class IT , class NT , class DER >
void combblas::SpecialExchangeData (std::vector< DER > &sendChunks, MPI_Comm World, IT &datasize, NT dummy, vector< DER > &recvChunks)