2d Heuristic Jagged paritioning algorithm More...
#include <util/prefix_sum_tools.hpp>
#include <util/rect_list.hpp>
#include <twod/part_base.hpp>
#include <oned/nicol_plus.hpp>
#include <util/transpose2d.hpp>
#include <twod/her_jag_2d_impl.hpp>
Go to the source code of this file.
2d Heuristic Jagged paritioning algorithm
Classes | |
class | twod::JagPQHeurHor< T, Pr, onedalgoY, onedalgoX > |
implements a PxQ jagged partitioning heuristic using the first dimension as main dimension. More... | |
class | twod::JagPQHeurVer< T, Pr, onedalgoY, onedalgoX > |
implements a PxQ jagged partitioning heuristic using the second dimension as main dimension. More... | |
class | twod::JagPQHeurBest< T, Pr > |
implements a PxQ jagged partitioning heuristic taking as the main dimension the one that leads to the best load balance. More... | |
Namespaces | |
namespace | twod |
This namespace provides two dimensional algorithms. |