[Numpy-discussion] slicing and aliasing

Neal Becker ndbecker2 at gmail.com
Thu May 31 10:30:04 EDT 2012


Will copying slices always work correctly w/r to aliasing?

That is, will:

u[a:b] = u[c:d]

always work (assuming the ranges of a:b, d:d are equal, or course)




More information about the NumPy-Discussion mailing list