ndarray.repeat(repeats, axis=None) Repeat elements of an array. Refer to
ndarray.choose(choices, out=None, mode='raise') Use an index array to construct a new array from a set of choices. Refer
ndarray.argmin(axis=None, out=None) Return indices of the minimum values along the given axis of a. Refer
ndarray.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation.
ndarray.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate for full
ndarray.__len__() <==> len(x)
ndarray.__isub__ x.__isub__(y) <==> x-=y
ndarray.setfield(val, dtype, offset=0) Put a value into a specified place in a field defined by a data-type. Place
ndarray.__mul__ x.__mul__(y) <==> x*y
ndarray.__setstate__(version, shape, dtype, isfortran, rawdata) For unpickling.
Page 12 of 13