mioomp.cpp File Reference

CPP API: mioomp.cpp File Reference
mioomp.cpp File Reference
Include dependency graph for mioomp.cpp:

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 
 mio::omp
 

Functions

int mio::omp::get_max_threads ()
 Get an upper bound to the number of OpenMP threads. When OpenMP is disabled, this is always 1. More...
 
int mio::omp::get_num_threads ()
 Get the current number of OpenMP threads. When OpenMP is disabled, this is always 1. More...
 
int mio::omp::get_thread_id ()
 Get an id for the current OpenMP thread. When OpenMP is disabled, this is always 0. More...