vSMC
v3.0.0
Scalable Monte Carlo
|
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... | |
Parallel samplers using the standard library.
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.
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.