vSMC
vSMC: Scalable Monte Carlo
Classes | Public Member Functions | Protected Member Functions | List of all members
vsmc::PathEvalGCD< T, Derived > Class Template Reference

Path<T>::eval_type subtype usingt Apple Grand Central Dispatch. More...

#include <vsmc/smp/backend_gcd.hpp>

Public Member Functions

double operator() (std::size_t iter, const Particle< T > &particle, double *res)
 
- Public Member Functions inherited from vsmc::PathEvalBase< T, Derived >
double path_grid (std::size_t iter, const Particle< T > &particle)
 
double path_state (std::size_t iter, ConstSingleParticle< T > csp)
 
void post_processor (std::size_t iter, const Particle< T > &particle)
 
void pre_processor (std::size_t iter, const Particle< T > &particle)
 

Protected Member Functions

 PathEvalGCD ()
 
 PathEvalGCD (const PathEvalGCD< T, Derived > &other)
 
 ~PathEvalGCD ()
 
PathEvalGCD< T, Derived > & operator= (const PathEvalGCD< T, Derived > &other)
 
- Protected Member Functions inherited from vsmc::PathEvalBase< T, Derived >
 PathEvalBase ()
 
 PathEvalBase (const PathEvalBase< T, Derived > &)
 
virtual ~PathEvalBase ()
 
PathEvalBase< T, Derived > & operator= (const PathEvalBase< T, Derived > &)
 

Detailed Description

template<typename T, typename Derived>
class vsmc::PathEvalGCD< T, Derived >

Path<T>::eval_type subtype usingt Apple Grand Central Dispatch.

Definition at line 40 of file backend_gcd.hpp.

Constructor & Destructor Documentation

template<typename T , typename Derived >
vsmc::PathEvalGCD< T, Derived >::PathEvalGCD ( )
inlineprotected

Definition at line 234 of file backend_gcd.hpp.

template<typename T , typename Derived >
vsmc::PathEvalGCD< T, Derived >::PathEvalGCD ( const PathEvalGCD< T, Derived > &  other)
inlineprotected

Definition at line 234 of file backend_gcd.hpp.

template<typename T , typename Derived >
vsmc::PathEvalGCD< T, Derived >::~PathEvalGCD ( )
inlineprotected

Definition at line 234 of file backend_gcd.hpp.

Member Function Documentation

template<typename T , typename Derived >
double vsmc::PathEvalGCD< T, Derived >::operator() ( std::size_t  iter,
const Particle< T > &  particle,
double *  res 
)
inline

Definition at line 219 of file backend_gcd.hpp.

template<typename T , typename Derived >
PathEvalGCD<T, Derived>& vsmc::PathEvalGCD< T, Derived >::operator= ( const PathEvalGCD< T, Derived > &  other)
inlineprotected

Definition at line 234 of file backend_gcd.hpp.