Go to the source code of this file.
Namespaces | |
namespace | util |
This namespace provides multiple utilitarian classes and function used in 1D and 2D partitioning algorithm (for instance as input and output). | |
Functions | |
template<typename Pr > | |
bool | util::constraint_psa (const Pr &psa) |
check some properties of a 2d Prefix Sum Array. | |
template<typename Pr , typename output > | |
void | util::output_psa (const Pr &psa, output &out) |
outputs the load array represented by a prefix sum array. |