Functor computing the partition weights of a graph.
More...
|
typedef std::vector< size_t > | result_type |
|
Functor computing the partition weights of a graph.
◆ compute_partition_weights()
stapl::partitioner_details::compute_partition_weights::compute_partition_weights |
( |
size_t const & |
num_partitions | ) |
|
- Parameters
-
num_partitions | number of partitions. |
◆ operator()()
template<typename Partition >
result_type stapl::partitioner_details::compute_partition_weights::operator() |
( |
Partition |
part | ) |
const |
- Parameters
-
part | graph whose partition weights are computed. |
The documentation for this struct was generated from the following file: