On 2010-07-20, at 10:16 PM, Skipper Seabold wrote:

> Out of curiosity, is there an explicit way to check if these share memory?


You could do the exact calculations (I think) but this isn't actually 
implemented in NumPy, though np.may_share_memory is a conservative test for it 
that will err on the side of false positives.

David
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to