vSMC
v3.0.0
Scalable Monte Carlo
|
#include <vsmc/smp/backend_base.hpp>
Go to the source code of this file.
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... | |
Namespaces | |
vsmc | |
vsmc::internal | |
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... | |
Functions | |
template<typename IntType > | |
void | vsmc::internal::backend_std_range (IntType N, vsmc::Vector< IntType > &begin, vsmc::Vector< IntType > &end) |