ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Classes | Functions
fibonacci.cc File Reference
#include <ttg.h>
#include "ttg/serialization.h"
Include dependency graph for fibonacci.cc:

Go to the source code of this file.

Classes

struct  Fn
 N.B. contains values of F_n and F_{n-1}. More...
 

Functions

auto make_ttg_fib_lt (const int64_t F_n_max=1000)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

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

Definition at line 47 of file fibonacci.cc.

Here is the call graph for this function:

◆ make_ttg_fib_lt()

auto make_ttg_fib_lt ( const int64_t  F_n_max = 1000)

Definition at line 18 of file fibonacci.cc.

Here is the call graph for this function:
Here is the caller graph for this function: