vSMC  v3.0.0
Scalable Monte Carlo
Classes | Namespaces | Typedefs | Functions
backend_omp.hpp File Reference
#include <vsmc/smp/backend_base.hpp>
#include <omp.h>

Go to the source code of this file.

Classes

class  vsmc::MonitorEvalSMP< T, Derived, BackendOMP >
 Monitor<T>::eval_type subtype using OpenMP. More...
 
class  vsmc::SamplerEvalSMP< T, Derived, BackendOMP >
 Sampler<T>::eval_type subtype using OpenMP. More...
 

Namespaces

 vsmc
 
 vsmc::internal
 

Typedefs

template<typename T , typename Derived >
using vsmc::MonitorEvalOMP = MonitorEvalSMP< T, Derived, BackendOMP >
 Monitor<T>::eval_type subtype using OpenMP. More...
 
template<typename T , typename Derived >
using vsmc::SamplerEvalOMP = SamplerEvalSMP< T, Derived, BackendOMP >
 Sampler<T>::eval_type subtype using OpenMP. More...
 

Functions

template<typename IntType >
void vsmc::internal::backend_omp_range (IntType N, IntType &begin, IntType &end)