Helper recursive template that unrolls a zip_reduce loop (iterator based) by the specified factor. More...
Static Public Member Functions | |
template<typename Return , typename Zip , typename Reduce , typename ... Iters> | |
static void | apply (Return &ret, Zip &zip_op, Reduce &red_op, Iters &... iters) |
Helper recursive template that unrolls a zip_reduce loop (iterator based) by the specified factor.