![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <iostream>#include <tbb/tbb.h>Go to the source code of this file.
Classes | |
| class | fibonacci< Type, go_serial > |
Functions | |
| template<typename Type > | |
| Type | fibonacci_loop (Type n) |
| template<typename Type > | |
| Type | fibonacci_recursion (Type n) |
| template<typename Type > | |
| Type | parallel_fibonacci (Type n) |
| int | main () |
| Type fibonacci_loop | ( | Type | n | ) |
| Type fibonacci_recursion | ( | Type | n | ) |
Definition at line 25 of file 052-fibonacci.cpp.
| int main | ( | ) |
| Type parallel_fibonacci | ( | Type | n | ) |