Thrill
0.1
|
#include <thrill/api/dia.hpp>
Go to the source code of this file.
Namespaces | |
examples | |
examples::suffix_sorting | |
Macros | |
#define | THRILL_EXAMPLES_SUFFIX_SORTING_PREFIX_DOUBLING_HEADER |
Functions | |
template<typename Index , typename InputDIA > | |
thrill::DIA< Index > | PrefixDoublingDiscarding (const InputDIA &input_dia, size_t input_size, bool packed) |
template<typename Index , typename InputDIA > | |
thrill::DIA< Index > | PrefixDoublingSorting (const InputDIA &input_dia, size_t input_size, bool packed) |
template<typename Index , typename InputDIA > | |
thrill::DIA< Index > | PrefixDoublingWindow (const InputDIA &input_dia, size_t input_size, bool packed) |
#define THRILL_EXAMPLES_SUFFIX_SORTING_PREFIX_DOUBLING_HEADER |
Definition at line 13 of file prefix_doubling.hpp.