Thrill  0.1
dc3.hpp
Go to the documentation of this file.
1 /*******************************************************************************
2  * examples/suffix_sorting/dc3.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_DC3_HEADER
13 #define THRILL_EXAMPLES_SUFFIX_SORTING_DC3_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> DC3(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_DC3_HEADER
27 
28 /******************************************************************************/
DIA< Index > DC3(const InputDIA &input_dia, size_t input_size, size_t K)
Definition: dc3.cpp:638
DIA is the interface between the user and the Thrill framework.
Definition: dia.hpp:141
Definition: bfs.hpp:21
static const uint64_t K[80]
Definition: sha512.cpp:32