>> This is a slight digression: is there a way to have a out parameter
>> like semantics with numexpr. I have always used it as
>>
>> a[:] = numexpr(expression)


> In order to make sure the 1.6 nditer supports multithreading, I adapted
> numexpr to use it. The branch which does this is here:
> http://code.google.com/p/numexpr/source/browse/#svn%2Fbranches%2Fnewiter
> This supports out, order, and casting parameters, visible here:
> http://code.google.com/p/numexpr/source/browse/branches/newiter/numexpr/necompiler.py#615
> It's pretty much ready to go, just needs someone to do the release
> management.
> -Mark


Oh excellent, I did not know that the out parameter was available.
Hope this gets in soon.
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to