#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.
|
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) |
|
◆ __STDC_CONSTANT_MACROS
#define __STDC_CONSTANT_MACROS |
◆ __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS |