STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::sliced_balance_map< Dimensions, PartitionIndexTuple, GID, Index, IdxList > Class Template Reference

Computes a balanced mapping of ids to partitions using a subset of the elements in gid, as defined by the list of indices in PartitionIndexTuple. More...

Detailed Description

template<int Dimensions, typename PartitionIndexTuple, typename GID, typename Index, typename IdxList = make_index_sequence<PartitionIndexTuple::size()>>
class stapl::sliced_balance_map< Dimensions, PartitionIndexTuple, GID, Index, IdxList >

Computes a balanced mapping of ids to partitions using a subset of the elements in gid, as defined by the list of indices in PartitionIndexTuple.

Used for sliced_volumetric. Slices off correct elements of gid and then forwards to member instance of balance_map which does the real computation.


The documentation for this class was generated from the following file: