|
Thrill
0.1
|
#include <thrill/api/dia.hpp>
Include dependency graph for prefix_quadrupling.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| examples | |
| examples::suffix_sorting | |
Macros | |
| #define | THRILL_EXAMPLES_SUFFIX_SORTING_PREFIX_QUADRUPLING_HEADER |
Functions | |
| template<typename Index , typename InputDIA > | |
| thrill::DIA< Index > | PrefixQuadrupling (const InputDIA &input_dia, size_t input_size, bool packed) |
| template<typename Index , typename InputDIA > | |
| thrill::DIA< Index > | PrefixQuadruplingDiscarding (const InputDIA &input_dia, size_t input_size, bool packed) |
| #define THRILL_EXAMPLES_SUFFIX_SORTING_PREFIX_QUADRUPLING_HEADER |
Definition at line 13 of file prefix_quadrupling.hpp.