The concatenation of input vectors used in the gather
and allgather
skeletons.
More...
Public Member Functions | |
void | set_position (std::size_t butterfly_size, std::size_t index1, std::size_t index2, std::size_t) |
template<typename V > | |
result_type | operator() (V &&v1, V &&v2) |
Public Types | |
using | result_type = std::vector< T > |
The concatenation of input vectors used in the gather
and allgather
skeletons.
T type of the elments to be combined.