template<typename reduction_type, typename vector_reduction, typename T, unsigned int impl, typename red_type>
struct openfpm::sparse_vector_reduction_cpu_impl< reduction_type, vector_reduction, T, impl, red_type >
Definition at line 329 of file map_vector_sparse.hpp.
template<typename reduction_type , typename vector_reduction , typename T , unsigned int impl, typename red_type >
template<typename vector_data_type , typename vector_index_type , typename vector_index_type_reo >
static void openfpm::sparse_vector_reduction_cpu_impl< reduction_type, vector_reduction, T, impl, red_type >::red |
( |
size_t & |
i, |
|
|
vector_data_type & |
vector_data_red, |
|
|
vector_data_type & |
vector_data, |
|
|
vector_index_type & |
vector_index, |
|
|
vector_index_type_reo & |
reorder_add_index_cpu |
|
) |
| |
|
inlinestatic |