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

Nathaniel Smith njs at pobox.com
Fri Jan 24 12:23:02 EST 2014


Yes.
On 24 Jan 2014 17:19, "Dinesh Vadhia" <dineshbvadhia at hotmail.com> wrote:

>  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 ?
>
>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20140124/b197cbf5/attachment.html>


More information about the NumPy-Discussion mailing list