record.real real part of scalar
matrix.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2 interchanged.
recarray.nonzero() Return the indices of the elements that are non-zero. Refer to
ndarray.__long__() <==> long(x)
ndarray.partition(kth, axis=-1, kind='introselect', order=None) Rearranges the elements in the array in such a way that
ndarray.__hex__() <==> hex(x)
generic.getfield() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from
ndarray.min(axis=None, out=None, keepdims=False) Return the minimum along a given axis. Refer to
ndarray.__ne__ x.__ne__(y) <==> x!=y
matrix.H Returns the (complex) conjugate transpose of self. Equivalent to np.transpose(self)
Page 1 of 56