MCKL
Monte Carlo Kernel Library
Classes | Namespaces | Typedefs | Functions
backend_omp.hpp File Reference
#include <mckl/smp/backend_base.hpp>
#include <omp.h>

Go to the source code of this file.

Classes

class  mckl::SMCEstimatorEvalSMP< T, Derived, BackendOMP >
 SMCEstimator<T>::eval_type subtype using OpenMP. More...
 
class  mckl::SMCSamplerEvalSMP< T, Derived, BackendOMP >
 SMCSampler<T>::eval_type subtype using OpenMP. More...
 

Namespaces

 mckl
 
 mckl::internal
 

Typedefs

template<typename T , typename Derived >
using mckl::SMCEstimatorEvalOMP = SMCEstimatorEvalSMP< T, Derived, BackendOMP >
 SMCEstimator<T>::eval_type subtype using OpenMP. More...
 
template<typename T , typename Derived >
using mckl::SMCSamplerEvalOMP = SMCSamplerEvalSMP< T, Derived, BackendOMP >
 SMCSampler<T>::eval_type subtype using OpenMP. More...
 

Functions

template<typename IntType >
void mckl::internal::backend_omp_range (IntType N, IntType &ibegin, IntType &iend)