[Numpy-discussion] lazy evaluation

Neal Becker ndbecker2 at gmail.com
Tue Jun 5 13:21:50 EDT 2012


Would lazy eval be able to eliminate temps in doing operations such as:

np.sum (u != 23)?

That is, now ops involving selecting elements of matrixes are often performed by 
first constructing temp matrixes, and the operating on them.




More information about the NumPy-Discussion mailing list