C++ Library Extensions 2022.12.09
To help learn modern C++ programming
derivatives.cpp File Reference
#include <cpg/cpg_std_extensions.hpp>
#include <cpg/calculus.hpp>
Include dependency graph for derivatives.cpp:

Go to the source code of this file.

Macros

#define CPG_INCLUDE_SYCL
 

Functions

void test_calculus_single_variable_tbb ()
 
void test_calculus_multivariabl_tbb ()
 
void test_calculus_single_variable_gpu ()
 
void test_calculus_multivariabl_gpu ()
 
int main ()
 

Macro Definition Documentation

◆ CPG_INCLUDE_SYCL

#define CPG_INCLUDE_SYCL

Definition at line 6 of file derivatives.cpp.

Function Documentation

◆ main()

int main ( )

Definition at line 251 of file derivatives.cpp.

Here is the call graph for this function:

◆ test_calculus_multivariabl_gpu()

void test_calculus_multivariabl_gpu ( )

Definition at line 191 of file derivatives.cpp.

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

◆ test_calculus_multivariabl_tbb()

void test_calculus_multivariabl_tbb ( )

Definition at line 73 of file derivatives.cpp.

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

◆ test_calculus_single_variable_gpu()

void test_calculus_single_variable_gpu ( )

Definition at line 130 of file derivatives.cpp.

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

◆ test_calculus_single_variable_tbb()

void test_calculus_single_variable_tbb ( )

Definition at line 14 of file derivatives.cpp.

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