Yes.
On 24 Jan 2014 17:19, "Dinesh Vadhia" <dineshbvad...@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@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to