#include "ityr/common/util.hpp"
#include "ityr/pattern/parallel_loop.hpp"
#include "ityr/container/global_vector.hpp"
#include "ityr/container/global_span.hpp"
Go to the source code of this file.
Classes | |
struct | ityr::reducer::histogram< T, Counter > |
struct | ityr::reducer::vec_concat< T > |
struct | ityr::reducer::vec_element_wise< T, BinaryOp > |
Namespaces | |
ityr | |
ityr::reducer | |
Typedefs | |
template<typename T > | |
using | ityr::reducer::vec_plus = vec_element_wise< T, std::plus<> > |
template<typename T > | |
using | ityr::reducer::vec_multiplies = vec_element_wise< T, std::multiplies<> > |
template<typename T > | |
using | ityr::reducer::vec_min = vec_element_wise< T, min_functor<> > |
template<typename T > | |
using | ityr::reducer::vec_max = vec_element_wise< T, max_functor<> > |