STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::view_operations::compute_local_domain< View > Struct Template Reference

Helper function for computing the local domain that by default is partition agnostic of the underlying container distribution. Specializations of the class template addresses cases where we do better given what we know about the distribution (ideally we would like the local domain to be that of the elements stored on this affinity). More...

Static Public Member Functions

static std::vector< typename View::domain_type > apply (View const &view, runtime::location_id loc_id, std::size_t num_locs)
 

Detailed Description

template<typename View>
struct stapl::view_operations::compute_local_domain< View >

Helper function for computing the local domain that by default is partition agnostic of the underlying container distribution. Specializations of the class template addresses cases where we do better given what we know about the distribution (ideally we would like the local domain to be that of the elements stored on this affinity).


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