M-way Jagged paritioning algorithm. More...
#include <util/prefix_sum_tools.hpp>
#include <util/rect_list.hpp>
#include <util/transpose2d.hpp>
#include <oned/nicol_plus.hpp>
#include <twod/m_way_jag_2d_impl.hpp>
Go to the source code of this file.
M-way Jagged paritioning algorithm.
Classes | |
class | twod::JagMHeurHor< T, Pr, onedalgoY, onedalgoX > |
implements an m-way jagged partitioning heuristic using the first dimension as the main dimension. More... | |
class | twod::JagMHeurVer< T, Pr, onedalgoY, onedalgoX > |
implements an m-way jagged partitioning heuristic using the second dimension as the main dimension. More... | |
class | twod::JagMHeurBest< T, Pr > |
implements an m-way jagged partitioning heuristic using as the main dimension the one that leads to the best load balance. More... | |
Namespaces | |
namespace | twod |
This namespace provides two dimensional algorithms. |