ndarray.argpartition(kth, axis=-1, kind='introselect', order=None) Returns the indices that would partition this array
ndarray.__setstate__(version, shape, dtype, isfortran, rawdata) For unpickling.
ndarray.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate for full
ndarray.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation.
Page 13 of 13