#include <distribution.hpp>
|
| template<typename LinearProcessGroup > |
| | block (const LinearProcessGroup &pg, std::size_t n) |
| |
| template<typename SizeType > |
| SizeType | block_size (SizeType n) const |
| |
| template<typename SizeType , typename ProcessID > |
| SizeType | block_size (ProcessID id, SizeType n) const |
| |
| template<typename SizeType > |
| SizeType | operator() (SizeType i) const |
| |
| template<typename ID > |
| std::size_t | start (ID id) const |
| |
| template<typename SizeType > |
| SizeType | local (SizeType i) const |
| |
| template<typename SizeType > |
| SizeType | global (SizeType i) const |
| |
| template<typename ProcessID , typename SizeType > |
| SizeType | global (ProcessID id, SizeType i) const |
| |
template<typename LinearProcessGroup >
| boost::parallel::block::block |
( |
const LinearProcessGroup & |
pg, |
|
|
std::size_t |
n |
|
) |
| |
|
inlineexplicit |
template<typename SizeType >
| SizeType boost::parallel::block::block_size |
( |
SizeType |
n | ) |
const |
|
inline |
template<typename SizeType , typename ProcessID >
| SizeType boost::parallel::block::block_size |
( |
ProcessID |
id, |
|
|
SizeType |
n |
|
) |
| const |
|
inline |
template<typename SizeType >
| SizeType boost::parallel::block::global |
( |
SizeType |
i | ) |
const |
|
inline |
template<typename ProcessID , typename SizeType >
| SizeType boost::parallel::block::global |
( |
ProcessID |
id, |
|
|
SizeType |
i |
|
) |
| const |
|
inline |
template<typename SizeType >
| SizeType boost::parallel::block::local |
( |
SizeType |
i | ) |
const |
|
inline |
template<typename SizeType >
| SizeType boost::parallel::block::operator() |
( |
SizeType |
i | ) |
const |
|
inline |
template<typename ID >
| std::size_t boost::parallel::block::start |
( |
ID |
id | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: