vSMC
vSMC: Scalable Monte Carlo
|
#include <vsmc/smp/backend_base.hpp>
#include <cilk/cilk.h>
#include <cilk/cilk_api.h>
#include <cilk/reducer_opadd.h>
Go to the source code of this file.
Classes | |
class | vsmc::InitializeCILK< T, Derived > |
Sampler<T>::init_type subtype using Intel Cilk Plus. More... | |
class | vsmc::InitializeCILK< T, Derived > |
Sampler<T>::init_type subtype using Intel Cilk Plus. More... | |
class | vsmc::MonitorEvalCILK< T, Derived > |
Monitor<T>::eval_type subtype using Intel Cilk Plus. More... | |
class | vsmc::MonitorEvalCILK< T, Derived > |
Monitor<T>::eval_type subtype using Intel Cilk Plus. More... | |
class | vsmc::MoveCILK< T, Derived > |
Sampler<T>::move_type subtype using Intel Cilk Plus. More... | |
class | vsmc::MoveCILK< T, Derived > |
Sampler<T>::move_type subtype using Intel Cilk Plus. More... | |
class | vsmc::PathEvalCILK< T, Derived > |
Path<T>::eval_type subtype using Intel Cilk Plus. More... | |
class | vsmc::PathEvalCILK< T, Derived > |
Path<T>::eval_type subtype using Intel Cilk Plus. More... | |
class | vsmc::StateCILK< BaseState > |
Particle::value_type subtype using Intel Cilk Plus. More... | |
Namespaces | |
vsmc | |