MCKL
Monte Carlo Kernel Library
Classes | Typedefs

Parallel samplers using OpenMP. More...

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...
 

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...
 

Detailed Description

Parallel samplers using OpenMP.

Typedef Documentation

◆ SMCEstimatorEvalOMP

template<typename T , typename Derived >
using mckl::SMCEstimatorEvalOMP = typedef SMCEstimatorEvalSMP<T, Derived, BackendOMP>

SMCEstimator<T>::eval_type subtype using OpenMP.

Definition at line 156 of file backend_omp.hpp.

◆ SMCSamplerEvalOMP

template<typename T , typename Derived >
using mckl::SMCSamplerEvalOMP = typedef SMCSamplerEvalSMP<T, Derived, BackendOMP>

SMCSampler<T>::eval_type subtype using OpenMP.

Definition at line 151 of file backend_omp.hpp.