ndarray.__mod__ x.__mod__(y) <==> x%y
ndarray.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be inserted in a to maintain
ndarray.copy(order='C') Return a copy of the array.
ndarray.__imul__ x.__imul__(y) <==> x*=y
ndarray.__or__ x.__or__(y) <==> x|y
ndarray.real The real part of the array. See also
ndarray.__add__ x.__add__(y) <==> x+y
ndarray.__array__(|dtype) ? reference if type unchanged, copy otherwise. Returns either a new reference to self if dtype
ndarray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of a at the
ndarray.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2 interchanged
Page 7 of 13