Go to the source code of this file.
|
#define | S(i) (begin_seqs[i].first) |
|
#define | S(i) (begin_seqs[i].first) |
|
|
template<typename RanSeqs , typename RankType , typename RankIterator , typename Comparator > |
void | stxxl::parallel::multiseq_partition (const RanSeqs &begin_seqs, const RanSeqs &end_seqs, const RankType &rank, RankIterator begin_offsets, Comparator comp=std::less< typename std::iterator_traits< typename std::iterator_traits< RanSeqs >::value_type::first_type >::value_type >()) |
| Splits several sorted sequences at a certain global rank, resulting in a splitting point for each sequence. More...
|
|
template<typename ValueType , typename RanSeqs , typename RankType , typename Comparator > |
ValueType | stxxl::parallel::multiseq_selection (const RanSeqs &begin_seqs, const RanSeqs &end_seqs, const RankType &rank, RankType &offset, Comparator comp=std::less< ValueType >()) |
| Selects the element at a certain global rank from several sorted sequences. More...
|
|
#define S |
( |
|
i | ) |
(begin_seqs[i].first) |
#define S |
( |
|
i | ) |
(begin_seqs[i].first) |