#include <util/prefix_sum_tools.hpp>
#include <twod/part_base.hpp>
#include <twod/jagged_dp_pq_impl.hpp>
Go to the source code of this file.
Classes | |
class | twod::JagPQOptHor< T, Pr > |
an optimal PxQ-way jagged partitionning algorithm using a Dynamic Programming based algorithm. More... | |
class | twod::JagPQOptVer< T, Pr > |
an optimal PxQ-way jagged partitionning algorithm using a Dynamic Programming based algorithm. More... | |
class | twod::JagPQOptBest< T, Pr > |
an optimal PxQ-way jagged partitionning algorithm using a Dynamic Programming based algorithm. More... | |
Namespaces | |
namespace | twod |
This namespace provides two dimensional algorithms. |