Hi Francesc

> >>> for r in carr: s += r.sum()
>    ....: 

OK, that works fine for iterating over the array along the major axis,
but doesn't allow me to run operations over the *whole* array
(eg. find the average of all array elements).  Most calculations can
be done by iterating along the major axis and then reduced (eg. the
maximum of gathered maximum values is the overall maximum), but it's
not quite as convenient.

Thanks!
Ben

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to