#include <reducer_extra.hpp>
Public Types | |
using | value_type = global_vector< T > |
using | accumulator_type = global_vector< T > |
Public Member Functions | |
void | operator() (accumulator_type &acc_l, value_type &&acc_r) const |
void | operator() (accumulator_type &&acc_l, accumulator_type &acc_r) const |
accumulator_type | operator() () const |
using ityr::reducer::vec_element_wise< T, BinaryOp >::accumulator_type = global_vector<T> |
using ityr::reducer::vec_element_wise< T, BinaryOp >::value_type = global_vector<T> |
|
inline |
|
inline |
|
inline |