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