Thrill  0.1
construct_bwt.hpp File Reference
+ Include dependency graph for construct_bwt.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_CONSTRUCT_BWT_HEADER
 

Functions

template<typename InputDIA , typename SuffixArrayDIA >
InputDIA ConstructBWT (const InputDIA &input, const SuffixArrayDIA &suffix_array, uint64_t input_size)
 

Macro Definition Documentation

◆ THRILL_EXAMPLES_SUFFIX_SORTING_CONSTRUCT_BWT_HEADER

#define THRILL_EXAMPLES_SUFFIX_SORTING_CONSTRUCT_BWT_HEADER

Definition at line 13 of file construct_bwt.hpp.