|
template<size_t N, typename GRND , typename Iterator > |
void | hydra::detail::launch_decayer (Iterator begin, Iterator end, DecayMother< N, GRND > const &decayer) |
|
template<size_t N, typename GRND , typename Iterator , hydra::detail::Backend BACKEND> |
void | hydra::detail::launch_decayer (hydra::detail::BackendPolicy< BACKEND > const &exec_policy, Iterator begin, Iterator end, DecayMother< N, GRND > const &decayer) |
|
template<size_t N, typename GRND , typename IteratorMother , typename IteratorDaughter > |
void | hydra::detail::launch_decayer (IteratorMother begin_mothers, IteratorMother end_mothers, IteratorDaughter begin_daugters, DecayMothers< N, GRND > const &decayer) |
|
template<size_t N, typename GRND , typename IteratorMother , typename IteratorDaughter , hydra::detail::Backend BACKEND> |
void | hydra::detail::launch_decayer (hydra::detail::BackendPolicy< BACKEND > const &exec_policy, IteratorMother begin_mothers, IteratorMother end_mothers, IteratorDaughter begin_daugters, DecayMothers< N, GRND > const &decayer) |
|
template<size_t N, typename FUNCTOR , typename ... FUNCTORS, typename GRND , typename Iterator > |
void | hydra::detail::launch_evaluator (Iterator begin, Iterator end, detail::EvalMother< N, GRND, FUNCTOR, FUNCTORS... > const &evaluator) |
|
template<size_t N, typename FUNCTOR , typename ... FUNCTORS, typename GRND , typename IteratorMother , typename Iterator > |
void | hydra::detail::launch_evaluator (IteratorMother mbegin, IteratorMother mend, Iterator begin, detail::EvalMothers< N, GRND, FUNCTOR, FUNCTORS... > const &evaluator) |
|
template<size_t N, hydra::detail::Backend BACKEND, typename FUNCTOR , typename GRND , typename Iterator > |
StatsPHSP | hydra::detail::launch_reducer (hydra::detail::BackendPolicy< BACKEND >const &policy, Iterator begin, Iterator end, detail::AverageMother< N, GRND, FUNCTOR > const &evaluator) |
|
template<size_t N, typename FUNCTOR , typename GRND , typename Iterator > |
StatsPHSP | hydra::detail::launch_reducer (Iterator begin, Iterator end, detail::AverageMothers< N, GRND, FUNCTOR > const &evaluator) |
|