COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
GenWriteMatrix.cpp File Reference
#include "CombBLAS/CombBLAS.h"
#include <mpi.h>
#include <sys/time.h>
#include <iostream>
#include <functional>
#include <algorithm>
#include <vector>
#include <string>
#include <sstream>
Include dependency graph for GenWriteMatrix.cpp:

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[])
 

Function Documentation

◆ from_string()

template<class T >
bool from_string ( T t,
const string s,
std::ios_base &(*)(std::ios_base &)  f 
)

Definition at line 44 of file GenWriteMatrix.cpp.

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 62 of file GenWriteMatrix.cpp.

◆ Symmetricize()

template<typename PARMAT >
void Symmetricize ( PARMAT A)

Definition at line 52 of file GenWriteMatrix.cpp.