1d recursive bisection More...
#include <util/prefix_sum_tools.hpp>#include <assert.h>#include <stdlib.h>#include <util/tools.hpp>#include <iostream>#include <stdio.h>#include <oned/rec_bisect_impl.hpp>Go to the source code of this file.
1d recursive bisection
Classes | |
| class | oned::RecursiveBisection< T, Pr > |
| recursive 1D partitioning algorithm which partition an array in two parts of similiar load and allocates half the processor in each part. More... | |
Namespaces | |
| namespace | oned |
This namespace provides one dimensional algorithms. | |
1.7.1