vSMC
vSMC: Scalable Monte Carlo
|
#include <vsmc/internal/common.hpp>
#include <vsmc/thread/blocked_range.hpp>
#include <vsmc/thread/parallel_for.hpp>
Go to the source code of this file.
Namespaces | |
vsmc | |
Functions | |
template<typename WorkType > | |
void | vsmc::parallel_repeat (std::size_t n, WorkType &&work) |
Parallel repeat using std::thread. More... | |