#include "SpParMat.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>
Go to the source code of this file.
Namespaces | |
combblas | |
Macros | |
#define | MAXCOLUMNBATCH 5 * 1024 * 1024 |
Functions | |
template<class IU , class NU , class UDER > | |
std::ofstream & | combblas::operator<< (std::ofstream &outfile, const SpParMat< IU, NU, UDER > &s) |
#define MAXCOLUMNBATCH 5 * 1024 * 1024 |