|
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) |
Public Member Functions inherited from vsmc::PathEvalAdapterBase< T, F, Impl< T, PathEvalAdapter< T, Impl, F > > > | |
| 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.
1.8.9.1