On Wed, Dec 22, 2010 at 12:42 PM, Mark Wiebe <mwwi...@gmail.com> wrote:
<snip>

> I think numexpr could get a nice boost from using the new iterator
> internally though
>

There's actually a trivial way to do this with very minimal changes to
numexpr - the 'itview' mechanism. Create the new iterator, call
NpyIter_GetIterView(it,i) (or it.itviews in Python) to get compatibly
reordered views of the inputs, then continue with the existing code.

-Mark
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to