#include <dummy.h>
|
| | _DummyParallel (int=1) |
| |
| template<typename IndexF , typename IndexL , typename IndexS , typename Func , typename RM > |
| void | parallelFor (IndexF first, IndexL last, IndexS step, const Func &f, RM &rm) |
| |
| int | getNumThreads () const |
| |
| | ParallelInterface (int) |
| |
| | ParallelInterface () |
| |
| template<typename RM > |
| void | init (RM &rm) |
| |
| int | getNumThreads () const |
| |
| void | setNumThreads (int nthreads) |
| |
| template<typename IndexF , typename IndexL , typename IndexS , typename Func , typename RM > |
| void | parallelFor (IndexF first, IndexL last, IndexS step, const Func &f, RM &rm) |
| |
Definition at line 43 of file dummy.h.
template<typename Impl , typename... Types>
| unipar::internal::_DummyParallel::_DummyParallel |
( |
int |
= 1 | ) |
|
|
inline |
template<typename IndexF , typename IndexL , typename IndexS , typename Func , typename RM >
| void unipar::internal::_DummyParallel::parallelFor |
( |
IndexF |
first, |
|
|
IndexL |
last, |
|
|
IndexS |
step, |
|
|
const Func & |
f, |
|
|
RM & |
rm |
|
) |
| |
|
inline |
| int unipar::internal::_DummyParallel::getNumThreads |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: