[Numpy-discussion] ix_ and copies

Keith Goodman kwgoodman at gmail.com
Sat May 29 13:27:19 EDT 2010


Will making changes to arr2 never change arr1 if

arr2 = arr1[np.ix_(*lists)]

where lists is a list of (index) lists? np.ix_ returns a tuple of
arrays so I'm guessing (and hoping) the answer is yes.



More information about the NumPy-Discussion mailing list