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

Particle::value_type subtype using Intel Cilk Plus. More...

#include <vsmc/smp/backend_cilk.hpp>

Public Types

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

Public Member Functions

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

Detailed Description

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

Particle::value_type subtype using Intel Cilk Plus.

Definition at line 47 of file backend_cilk.hpp.

Member Typedef Documentation

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

Definition at line 51 of file backend_cilk.hpp.

Constructor & Destructor Documentation

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

Definition at line 53 of file backend_cilk.hpp.

Member Function Documentation

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

Definition at line 56 of file backend_cilk.hpp.