Thrill  0.1
dc7.hpp
Go to the documentation of this file.
1 /*******************************************************************************
2  * examples/suffix_sorting/dc7.hpp
3  *
4  * Part of Project Thrill - http://project-thrill.org
5  *
6  * Copyright (C) 2016 Timo Bingmann <[email protected]>
7  *
8  * All rights reserved. Published under the BSD-2 license in the LICENSE file.
9  ******************************************************************************/
10 
11 #pragma once
12 #ifndef THRILL_EXAMPLES_SUFFIX_SORTING_DC7_HEADER
13 #define THRILL_EXAMPLES_SUFFIX_SORTING_DC7_HEADER
14 
15 #include <thrill/api/dia.hpp>
16 
17 namespace examples {
18 namespace suffix_sorting {
19 
20 template <typename Index, typename InputDIA>
21 thrill::DIA<Index> DC7(const InputDIA& input_dia, size_t input_size, size_t K);
22 
23 } // namespace suffix_sorting
24 } // namespace examples
25 
26 #endif // !THRILL_EXAMPLES_SUFFIX_SORTING_DC7_HEADER
27 
28 /******************************************************************************/
DIA is the interface between the user and the Thrill framework.
Definition: dia.hpp:141
DIA< Index > DC7(const InputDIA &input_dia, size_t input_size, size_t K)
Definition: dc7.cpp:905
Definition: bfs.hpp:21
static const uint64_t K[80]
Definition: sha512.cpp:32