MaskedArray.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate
recarray.var(axis=None, dtype=None, out=None, ddof=0, keepdims=False) Returns the variance of the array elements, along given
matrix.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian data representation
ndarray.real The real part of the array. See also
ndarray.__add__ x.__add__(y) <==> x+y
MaskedArray.__add__(other)
ndarray.__array__(|dtype) ? reference if type unchanged, copy otherwise. Returns either a new reference to self if dtype
generic.clip() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
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 27 of 56