A span that will just have one element on the location it was created on.
More...
|
|
template<typename Spawner , typename... Views> |
| void | set_size (Spawner const &spawner, Views const &... views) |
| |
| std::vector< domain_type > | local_domain () const |
| |
|
template<typename Coord > |
| bool | should_spawn (Coord const &, Coord const &) const |
| |
|
size_type | dimensions () const |
| |
|
size_type | total_dimension (void) const |
| |
|
size_type | task_dimension (void) const |
| |
|
std::vector< size_type > | level_dimensions (void) const |
| |
|
std::size_t | size () const |
| |
|
std::size_t | linearize (index_type const &coord) const |
| |
|
|
using | size_type = std::size_t |
| |
|
using | dimension_type = typename balanced<>::dimension_type |
| |
|
using | dims_num = std::integral_constant< int, 1 > |
| |
|
using | domain_type = indexed_domain< std::size_t > |
| |
|
using | index_type = domain_type::index_type |
| |
A span that will just have one element on the location it was created on.
◆ local_domain()
| std::vector<domain_type> stapl::skeletons::spans::balanced< 1 >::local_domain |
( |
| ) |
const |
|
inherited |
The documentation for this class was generated from the following file: