[Numpy-discussion] lstsq functionality

David Warde-Farley dwf at cs.toronto.edu
Wed Jul 21 19:25:41 EDT 2010


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


More information about the NumPy-Discussion mailing list