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