MCKL
Monte Carlo Kernel Library
Classes | Namespaces | Typedefs | Functions
backend_tbb.hpp File Reference
#include <mckl/smp/backend_base.hpp>
#include <tbb/blocked_range.h>
#include <tbb/parallel_for.h>

Go to the source code of this file.

Classes

class  mckl::SMCEstimatorEvalSMP< T, Derived, BackendTBB >
 SMCEstimator<T>::eval_type subtype using Intel Threading Building Blocks. More...
 
class  mckl::SMCSamplerEvalSMP< T, Derived, BackendTBB >
 SMCSampler<T>::eval_type subtype using Intel Threading Building Blocks. More...
 

Namespaces

 mckl
 
 mckl::internal
 

Typedefs

template<typename T , typename Derived >
using mckl::SMCEstimatorEvalTBB = SMCEstimatorEvalSMP< T, Derived, BackendTBB >
 SMCEstimator<T>::eval_type subtype using Intel Threading Building Blocks. More...
 
template<typename T , typename Derived >
using mckl::SMCSamplerEvalTBB = SMCSamplerEvalSMP< T, Derived, BackendTBB >
 SMCSampler<T>::eval_type subtype using Intel Threading Building Blocks. More...
 

Functions

template<typename IntType >
inline ::tbb::blocked_range< IntType > mckl::internal::backend_tbb_range (IntType N, std::size_t grainsize)