Skip to content

Commit

Permalink
Merge pull request #2778 from taeguk/tg_partition
Browse files Browse the repository at this point in the history
Implement parallel::partition.
  • Loading branch information
hkaiser authored Aug 8, 2017
2 parents d5639e0 + 514c5e3 commit c721a35
Show file tree
Hide file tree
Showing 11 changed files with 1,914 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/manual/parallel_algorithms.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,11 @@ __hpx__ provides implementations of the following parallel algorithms:
[Returns `true` if each true element for a predicate precedes the false elements in a range]
[`<hpx/include/parallel_is_partitioned.hpp>`]
[[cpprefalgodocs is_partitioned]]
]
[[ [algoref partition] ]
[Divides elements into two groups while don't preserve their relative order]
[`<hpx/include/parallel_partition.hpp>`]
[[cpprefalgodocs partition]]
]
[[ [algoref partition_copy] ]
[Copies a range dividing the elements into two groups ]
Expand Down
Loading

0 comments on commit c721a35

Please sign in to comment.