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

Reply via email to