Go to the source code of this file.
Classes | |
class | util::PrefixSumArray1DOfTBracket< T > |
skeleton of prefix sum array using the bracket notation[] for 1d partitioning algorithm (this class does not actually exist). More... | |
class | util::PrefixSumArray1DOfTInterval< T > |
skeleton of prefix sum array using the interval notation for 1d partitioning algorithm (this class does not actually exist). More... | |
class | util::PrefixSumArray2DOfTBracket< T > |
skeleton of prefix sum array using the bracket notation for 2d partitioning algorithm (this class does not actually exist). More... | |
Namespaces | |
namespace | util |
This namespace provides multiple utilitarian classes and function used in 1D and 2D partitioning algorithm (for instance as input and output). |