Thrill
0.1
|
#include <thrill/api/collapse.hpp>
#include <thrill/api/generate.hpp>
#include <thrill/api/max.hpp>
#include <thrill/api/size.hpp>
#include <thrill/api/sort.hpp>
#include <thrill/api/window.hpp>
#include <thrill/api/zip.hpp>
#include <thrill/api/zip_with_index.hpp>
Go to the source code of this file.
Namespaces | |
examples | |
examples::suffix_sorting | |
Macros | |
#define | THRILL_EXAMPLES_SUFFIX_SORTING_CONSTRUCT_BWT_HEADER |
Functions | |
template<typename InputDIA , typename SuffixArrayDIA > | |
InputDIA | ConstructBWT (const InputDIA &input, const SuffixArrayDIA &suffix_array, uint64_t input_size) |
#define THRILL_EXAMPLES_SUFFIX_SORTING_CONSTRUCT_BWT_HEADER |
Definition at line 13 of file construct_bwt.hpp.