ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions | Variables
iterative.cc File Reference
#include <ttg.h>
#include <ttg/serialization/std/pair.h>
#include <ttg/util/hash/std/pair.h>
Include dependency graph for iterative.cc:

Go to the source code of this file.

Namespaces

namespace  std
 STL namespace.
 

Typedefs

using Key2 = std::pair< int, int >
 

Functions

std::ostream & std::operator<< (std::ostream &os, const Key2 &key)
 
int main (int argc, char **argv)
 

Variables

const double threshold = 100.0
 

Typedef Documentation

◆ Key2

using Key2 = std::pair<int, int>

Definition at line 7 of file iterative.cc.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 40 of file iterative.cc.

Here is the call graph for this function:

Variable Documentation

◆ threshold

const double threshold = 100.0

Definition at line 6 of file iterative.cc.