Re: [Numpy-discussion] nditer confusion

2011-08-13 Thread Mark Wiebe
I've made a pull request with some fairly extensive introductory material. It's available here: https://github.com/numpy/numpy/pull/138 It walks through nditer usage starting with basic iteration of one array, through broadcasting and iterator-allocated outputs, and finally covers accelerating t

Re: [Numpy-discussion] nditer confusion

2011-08-12 Thread Mark Wiebe
I'll write up some more introductory-style documentation, you're right that the examples I put in the reference page aren't a nice simple starting point. Will post back here for feedback when I have a draft for you to review. Cheers, Mark On Fri, Aug 12, 2011 at 7:30 AM, Neal Becker wrote: > T

[Numpy-discussion] nditer confusion

2011-08-12 Thread Neal Becker
There'a a boatload of options for nditer. I need a simple explanation, maybe a few simple examples. Is there anything that might help? ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion