|
MCKL
Monte Carlo Kernel Library
|
Parallel samplers using the standard library. More...
Classes | |
| class | mckl::SMCEstimatorEvalSMP< T, Derived, BackendSTD > |
| SMCEstimator<T>::eval_type subtype using the standard library. More... | |
| class | mckl::SMCSamplerEvalSMP< T, Derived, BackendSTD > |
| SMCSampler<T>::eval_type subtype using the standard library. More... | |
Typedefs | |
| template<typename T , typename Derived > | |
| using | mckl::SMCEstimatorEvalSTD = SMCEstimatorEvalSMP< T, Derived, BackendSTD > |
| SMCEstimator<T>::eval_type subtype using the standard library. More... | |
| template<typename T , typename Derived > | |
| using | mckl::SMCSamplerEvalSTD = SMCSamplerEvalSMP< T, Derived, BackendSTD > |
| SMCSampler<T>::eval_type subtype using the standard library. More... | |
Parallel samplers using the standard library.
| using mckl::SMCEstimatorEvalSTD = typedef SMCEstimatorEvalSMP<T, Derived, BackendSTD> |
SMCEstimator<T>::eval_type subtype using the standard library.
Definition at line 180 of file backend_std.hpp.
| using mckl::SMCSamplerEvalSTD = typedef SMCSamplerEvalSMP<T, Derived, BackendSTD> |
SMCSampler<T>::eval_type subtype using the standard library.
Definition at line 175 of file backend_std.hpp.
1.8.13