vSMC
vSMC: Scalable Monte Carlo
|
Path evalution base dispatch class. More...
#include <vsmc/smp/backend_base.hpp>
Public Member Functions | |
double | eval_grid (std::size_t iter, Particle< T > &particle) |
void | eval_post (std::size_t iter, Particle< T > &particle) |
void | eval_pre (std::size_t iter, Particle< T > &particle) |
double | eval_sp (std::size_t iter, SingleParticle< T > sp) |
Protected Member Functions | |
PathEvalBase ()=default | |
PathEvalBase (const PathEvalBase< T, Derived > &)=default | |
PathEvalBase (PathEvalBase< T, Derived > &&)=default | |
virtual | ~PathEvalBase () |
PathEvalBase< T, Derived > & | operator= (const PathEvalBase< T, Derived > &)=default |
PathEvalBase< T, Derived > & | operator= (PathEvalBase< T, Derived > &&)=default |
Path evalution base dispatch class.
Definition at line 501 of file backend_base.hpp.
|
protecteddefault |
|
protecteddefault |
|
protecteddefault |
|
inlineprotectedvirtual |
Definition at line 525 of file backend_base.hpp.
|
inline |
Definition at line 509 of file backend_base.hpp.
|
inline |
Definition at line 519 of file backend_base.hpp.
|
inline |
Definition at line 514 of file backend_base.hpp.
|
inline |
Definition at line 504 of file backend_base.hpp.
|
protecteddefault |
|
protecteddefault |