vSMC
vSMC: Scalable Monte Carlo
Classes | Typedefs

Sequential samplers. More...

Classes

class  vsmc::InitializeSEQ< T, Derived >
 Sampler<T>::init_type subtype. More...
 
class  vsmc::MonitorEvalSEQ< T, Derived >
 Monitor<T>::eval_type subtype. More...
 
class  vsmc::MoveSEQ< T, Derived >
 Sampler<T>::move_type subtype. More...
 

Typedefs

template<typename StateBase >
using vsmc::StateSEQ = StateBase
 Particle::value_type subtype. More...
 

Detailed Description

Sequential samplers.

Typedef Documentation

template<typename StateBase >
using vsmc::StateSEQ = typedef StateBase

Particle::value_type subtype.

Definition at line 45 of file backend_seq.hpp.