vSMC
vSMC: Scalable Monte Carlo
Classes | Public Types | Public Member Functions | List of all members
vsmc::StatePPL< BaseState > Class Template Reference

Particle::value_type subtype using Parallel Pattern Library. More...

#include <vsmc/smp/backend_ppl.hpp>

Public Types

typedef traits::SizeTypeTrait< BaseState >::type size_type
 

Public Member Functions

 StatePPL (size_type N)
 
template<typename IntType >
void copy (size_type N, const IntType *copy_from)
 

Detailed Description

template<typename BaseState>
class vsmc::StatePPL< BaseState >

Particle::value_type subtype using Parallel Pattern Library.

Definition at line 45 of file backend_ppl.hpp.

Member Typedef Documentation

template<typename BaseState>
typedef traits::SizeTypeTrait<BaseState>::type vsmc::StatePPL< BaseState >::size_type

Definition at line 49 of file backend_ppl.hpp.

Constructor & Destructor Documentation

template<typename BaseState>
vsmc::StatePPL< BaseState >::StatePPL ( size_type  N)
inlineexplicit

Definition at line 51 of file backend_ppl.hpp.

Member Function Documentation

template<typename BaseState>
template<typename IntType >
void vsmc::StatePPL< BaseState >::copy ( size_type  N,
const IntType *  copy_from 
)
inline

Definition at line 54 of file backend_ppl.hpp.