C++ Library Extensions 2022.12.09
To help learn modern C++ programming
018-permutation.cpp File Reference
#include <tpf_ncrnpr.hpp>
#include <tpf_output.hpp>
#include <tpf_chrono_random.hpp>
Include dependency graph for 018-permutation.cpp:

Go to the source code of this file.

Functions

void performance_test_for_permutations ()
 
void test_split_range ()
 
void test_for_each ()
 
void performance_test_for_permutations_parallel (int factor, int n, int r)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 115 of file 018-permutation.cpp.

Here is the call graph for this function:

◆ performance_test_for_permutations()

void performance_test_for_permutations ( )

Definition at line 5 of file 018-permutation.cpp.

Here is the call graph for this function:

◆ performance_test_for_permutations_parallel()

void performance_test_for_permutations_parallel ( int  factor,
int  n,
int  r 
)

Definition at line 69 of file 018-permutation.cpp.

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

◆ test_for_each()

void test_for_each ( )

Definition at line 54 of file 018-permutation.cpp.

Here is the call graph for this function:

◆ test_split_range()

void test_split_range ( )

Definition at line 40 of file 018-permutation.cpp.

Here is the call graph for this function: