|
vSMC
vSMC: Scalable Monte Carlo
|
#include <vsmc/smp/internal/parallel_work.hpp>
Public Member Functions | |
| ParallelPathState (PathEvalType *path, std::size_t iter, const Particle< T > *particle, double *res) | |
| template<typename SizeType > | |
| cxx11::enable_if< cxx11::is_integral< SizeType >::value >::type | operator() (SizeType id) const |
| template<typename RangeType > | |
| cxx11::enable_if<!cxx11::is_integral< RangeType >::value >::type | operator() (const RangeType &range) const |
Definition at line 242 of file parallel_work.hpp.
|
inline |
Definition at line 246 of file parallel_work.hpp.
|
inline |
Definition at line 252 of file parallel_work.hpp.
|
inline |
Definition at line 262 of file parallel_work.hpp.
1.8.9.1