|
vSMC
v3.0.0
Scalable Monte Carlo
|
Sequential samplers. More...
Classes | |
| class | vsmc::MonitorEvalSMP< T, Derived, BackendSEQ > |
| Monitor<T>::eval_type subtype. More... | |
| class | vsmc::SamplerEvalSMP< T, Derived, BackendSEQ > |
| Sampler<T>::eval_type subtype. More... | |
Typedefs | |
| template<typename T , typename Derived > | |
| using | vsmc::MonitorEvalSEQ = MonitorEvalSMP< T, Derived, BackendSEQ > |
| Monitor<T>::eval_type subtype. More... | |
| template<typename T , typename Derived > | |
| using | vsmc::SamplerEvalSEQ = SamplerEvalSMP< T, Derived, BackendSEQ > |
| Sampler<T>::eval_type subtype. More... | |
Sequential samplers.
| using vsmc::MonitorEvalSEQ = typedef MonitorEvalSMP<T, Derived, BackendSEQ> |
Monitor<T>::eval_type subtype.
Definition at line 87 of file backend_seq.hpp.
| using vsmc::SamplerEvalSEQ = typedef SamplerEvalSMP<T, Derived, BackendSEQ> |
Sampler<T>::eval_type subtype.
Definition at line 82 of file backend_seq.hpp.
1.8.11