#include <mpi.h>#include <sys/time.h>#include <iostream>#include <iomanip>#include <functional>#include <algorithm>#include <std::vector>#include <string>#include <sstream>#include <stdint.h>#include "CombBLAS/CombBLAS.h"#include "Glue.h"
Go to the source code of this file.
Namespaces | |
| namespace | combblas |
Macros | |
| #define | __STDC_CONSTANT_MACROS |
| #define | __STDC_LIMIT_MACROS |
Functions | |
| template<typename PARMAT > | |
| void | combblas::Symmetricize (PARMAT &A) |
| template<typename IT , typename NT > | |
| void | combblas::Reader (string filename, CCGrid &CMG, SpDCCols< IT, NT > &splitmat, bool trans, bool permute, FullyDistVec< IT, IT > &p) |
| #define __STDC_CONSTANT_MACROS |
Definition at line 16 of file ReadMatDist.h.
| #define __STDC_LIMIT_MACROS |
Definition at line 19 of file ReadMatDist.h.