GrPPI
1.0
Generic and Reusable Parallel Pattern Interface
|
This is the complete list of members for grppi::dynamic_execution, including all inherited members.
divide_conquer(Input &&input, Divider &÷_op, Solver &&solve_op, Combiner &&combine_op) const | grppi::dynamic_execution | |
divide_conquer(Input &&input, Divider &÷_op, Predicate &&predicate_op, Solver &&solve_op, Combiner &&combine_op) const | grppi::dynamic_execution | |
dynamic_execution() noexcept | grppi::dynamic_execution | inline |
dynamic_execution(const E &e) | grppi::dynamic_execution | inline |
has_execution() const | grppi::dynamic_execution | inline |
map(std::tuple< InputIterators... > firsts, OutputIterator first_out, std::size_t sequence_size, Transformer &&transform_op) const | grppi::dynamic_execution | |
map_reduce(std::tuple< InputIterators... > firsts, std::size_t sequence_size, Identity &&identity, Transformer &&transform_op, Combiner &&combine_op) const | grppi::dynamic_execution | |
pipeline(Generator &&generate_op, Transformers &&... transform_ops) const | grppi::dynamic_execution | |
reduce(InputIterator first, std::size_t sequence_size, Identity &&identity, Combiner &&combine_op) const | grppi::dynamic_execution | |
stencil(std::tuple< InputIterators... > firsts, OutputIterator first_out, std::size_t sequence_size, StencilTransformer &&transform_op, Neighbourhood &&neighbour_op) const | grppi::dynamic_execution |