vSMC
vSMC: Scalable Monte Carlo
|
Path evaluation class adapter. More...
#include <vsmc/core/adapter.hpp>
Public Member Functions | |
PathEvalAdapter () | |
PathEvalAdapter (const F &f) | |
double | path_state (std::size_t iter, ConstSingleParticle< T > part) |
![]() | |
PathEvalAdapterBase () | |
PathEvalAdapterBase (const F &f) | |
F & | implementation () |
const F & | implementation () const |
double | path_grid (std::size_t iter, const Particle< T > &particle) |
void | post_processor (std::size_t iter, const Particle< T > &particle) |
void | pre_processor (std::size_t iter, const Particle< T > &particle) |
Path evaluation class adapter.
Definition at line 46 of file adapter.hpp.
|
inline |
Definition at line 113 of file adapter.hpp.
|
inline |
Definition at line 115 of file adapter.hpp.
|
inline |
Definition at line 117 of file adapter.hpp.