|
vSMC
vSMC: Scalable Monte Carlo
|
Path evaluation class base. More...
#include <vsmc/core/adapter.hpp>
Public Member Functions | |
| 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 base.
Definition at line 213 of file adapter.hpp.
|
inline |
Definition at line 217 of file adapter.hpp.
|
inline |
Definition at line 219 of file adapter.hpp.
|
inline |
Definition at line 236 of file adapter.hpp.
|
inline |
Definition at line 238 of file adapter.hpp.
|
inline |
Definition at line 221 of file adapter.hpp.
|
inline |
Definition at line 230 of file adapter.hpp.
|
inline |
Definition at line 224 of file adapter.hpp.
1.8.9.1