#include "CombBLAS/CombBLAS.h"#include <mpi.h>#include <sys/time.h>#include <iostream>#include <functional>#include <algorithm>#include <vector>#include <string>#include <sstream>
Go to the source code of this file.
Functions | |
| template<class T > | |
| bool | from_string (T &t, const string &s, std::ios_base &(*f)(std::ios_base &)) |
| template<typename PARMAT > | |
| void | Symmetricize (PARMAT &A) |
| int | main (int argc, char *argv[]) |
| bool from_string | ( | T & | t, |
| const string & | s, | ||
| std::ios_base &(*)(std::ios_base &) | f | ||
| ) |
Definition at line 44 of file GenWriteMatrix.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 62 of file GenWriteMatrix.cpp.
| void Symmetricize | ( | PARMAT & | A | ) |
Definition at line 52 of file GenWriteMatrix.cpp.