July 21, 2010
11:25 p.m.
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