vSMC
vSMC: Scalable Monte Carlo
|
#include <vsmc/internal/common.hpp>
#include <vsmc/thread/blocked_range.hpp>
#include <vsmc/thread/thread_guard.hpp>
#include <vsmc/thread/thread_num.hpp>
#include <thread>
Go to the source code of this file.
Namespaces | |
vsmc | |
Functions | |
template<typename Range , typename WorkType > | |
void | vsmc::parallel_reduce (const Range &range, WorkType &work) |
Parallel reduce using C++11 concurrency. More... | |