29#include "CombBLAS/CombBLAS.h"
44bool from_string(
T & t,
const string& s, std::ios_base& (*
f)(std::ios_base&))
51template <
typename PARMAT>
84 cout <<
"Usage: ./genwritemat <Scale> <Edgefactor> <Symmetricize> <outputname>" <<
endl;
85 cout <<
"Example: ./genwritemat 25 16 1 scale25_ef16_symmetric.mtx" <<
endl;
96 double initiator[4] = {.57, .19, .19, .05};
131 G.ParallelWriteMM(
string(
argv[4]),
true);
bool from_string(T &t, const string &s, std::ios_base &(*f)(std::ios_base &))
SpParMat< int64_t, int, SpDCCols< int32_t, int > > PSpMat_s32p64_Int
void GenGraph500Data(double initiator[4], int log_numverts, int edgefactor, bool scramble=false, bool packed=false)
static void Print(const std::string &s)
void Symmetricize(PARMAT &A)