[Numpy-discussion] Catching out-of-memory error before it happens

Dinesh Vadhia dineshbvadhia at hotmail.com
Fri Jan 24 12:19:15 EST 2014


So, with the example case, the approximate memory cost for an in-place operation would be:

A *= B : 2N

But, if the original A or B is to remain unchanged then it will be:

C = A * B : 3N ?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20140124/39604901/attachment.html>


More information about the NumPy-Discussion mailing list