Template Function shad::impl::transform_reduce(distributed_parallel_tag&&, ForwardIt1, ForwardIt1, ForwardIt2, T, BinaryOp1, BinaryOp2)

Function Documentation

template <class ForwardIt1, class ForwardIt2, class T, class BinaryOp1, class BinaryOp2>
T shad::impl::transform_reduce(distributed_parallel_tag &&policy, ForwardIt1 first1, ForwardIt1 last1, ForwardIt2 first2, T init, BinaryOp1 op1, BinaryOp2 op2)