COMBINATORIAL_BLAS  1.6
IndexingTiming.cpp File Reference
#include <mpi.h>
#include <sys/time.h>
#include <iostream>
#include <functional>
#include <algorithm>
#include <vector>
#include <sstream>
#include "CombBLAS/CombBLAS.h"

Go to the source code of this file.

Macros

#define ITERATIONS   10
 

Functions

template<class T >
bool from_string (T &t, const string &s, std::ios_base &(*f)(std::ios_base &))
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ ITERATIONS

#define ITERATIONS   10

Definition at line 13 of file IndexingTiming.cpp.

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 16 of file IndexingTiming.cpp.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 22 of file IndexingTiming.cpp.