Travis Oliphant wrote:

> I don't think we could make it work as he expects (and not radically 
> change NumPy itself so that other operations are very different) because 
> of the limitations of Python.
> 
> The point was that it is too complicated to do any differently (and is 
> probably impossible).

Ok, thanks for the explanation.

In that case, is there a way to do what I want (accumulate values per
index) without looping in Python? The histogram functions would only
count the number of uses of a given index AFAICT. I want to sum all of
the normals for a given index.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to