[Numpy-discussion] indexed arrays ignoring duplicates

Damien Morton dmorton at bitfurnace.com
Wed Sep 29 23:41:27 EDT 2010


>>> I propose the name 'gather()' for the helper function that does this.
>>
>> I don't think "gather" is an obvious name to search for.
>
> "gather" is the name that the GPGPU community uses to describe this
> kind of operation. Not just for summation but for any kind of indexed
> reducing operation.

gather(a,to_indices, b, from_indices, reduce_op)



More information about the NumPy-Discussion mailing list