MCKL
Monte Carlo Kernel Library
Classes | Typedefs

Parallel samplers using the standard library. More...

Classes

class  mckl::SMCEstimatorEvalSMP< T, Derived, BackendSTD >
 SMCEstimator<T>::eval_type subtype using the standard library. More...
 
class  mckl::SMCSamplerEvalSMP< T, Derived, BackendSTD >
 SMCSampler<T>::eval_type subtype using the standard library. More...
 

Typedefs

template<typename T , typename Derived >
using mckl::SMCEstimatorEvalSTD = SMCEstimatorEvalSMP< T, Derived, BackendSTD >
 SMCEstimator<T>::eval_type subtype using the standard library. More...
 
template<typename T , typename Derived >
using mckl::SMCSamplerEvalSTD = SMCSamplerEvalSMP< T, Derived, BackendSTD >
 SMCSampler<T>::eval_type subtype using the standard library. More...
 

Detailed Description

Parallel samplers using the standard library.

Typedef Documentation

◆ SMCEstimatorEvalSTD

template<typename T , typename Derived >
using mckl::SMCEstimatorEvalSTD = typedef SMCEstimatorEvalSMP<T, Derived, BackendSTD>

SMCEstimator<T>::eval_type subtype using the standard library.

Definition at line 180 of file backend_std.hpp.

◆ SMCSamplerEvalSTD

template<typename T , typename Derived >
using mckl::SMCSamplerEvalSTD = typedef SMCSamplerEvalSMP<T, Derived, BackendSTD>

SMCSampler<T>::eval_type subtype using the standard library.

Definition at line 175 of file backend_std.hpp.