vSMC  v3.0.0
Scalable Monte Carlo
Classes | Typedefs

Parallel samplers using the standard library. More...

Classes

class  vsmc::MonitorEvalSMP< T, Derived, BackendSTD >
 Monitor<T>::eval_type subtype using the standard library. More...
 
class  vsmc::SamplerEvalSMP< T, Derived, BackendSTD >
 Sampler<T>::eval_type subtype using the standard library. More...
 

Typedefs

template<typename T , typename Derived >
using vsmc::MonitorEvalSTD = MonitorEvalSMP< T, Derived, BackendSTD >
 Monitor<T>::eval_type subtype using the standard library. More...
 
template<typename T , typename Derived >
using vsmc::SamplerEvalSTD = SamplerEvalSMP< T, Derived, BackendSTD >
 Sampler<T>::eval_type subtype using the standard library. More...
 

Detailed Description

Parallel samplers using the standard library.

Typedef Documentation

template<typename T , typename Derived >
using vsmc::MonitorEvalSTD = typedef MonitorEvalSMP<T, Derived, BackendSTD>

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

Definition at line 147 of file backend_std.hpp.

template<typename T , typename Derived >
using vsmc::SamplerEvalSTD = typedef SamplerEvalSMP<T, Derived, BackendSTD>

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

Definition at line 142 of file backend_std.hpp.