GrPPI  0.3.1
Generic and Reusable Parallel Pattern Interface
grppi::dynamic_execution Member List

This is the complete list of members for grppi::dynamic_execution, including all inherited members.

divide_conquer(Input &&input, Divider &&divide_op, Solver &&solve_op, Combiner &&combine_op) const grppi::dynamic_execution
divide_conquer(Input &&input, Divider &&divide_op, Predicate &&predicate_op, Solver &&solve_op, Combiner &&combine_op) const grppi::dynamic_execution
dynamic_execution() noexceptgrppi::dynamic_executioninline
dynamic_execution(const E &e)grppi::dynamic_executioninline
has_execution() const grppi::dynamic_executioninline
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