ndarray.flags Information about the memory layout of the array. Notes The
MaskedArray.__setitem__(indx, value)
ndarray.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian data representation
recarray.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.
recarray.clip(min=None, max=None, out=None) Return an array whose values are limited to [min, max]. One of max
recarray.transpose(*axes) Returns a view of the array with axes transposed. For a 1-D array, this has no effect
MaskedArray.__rtruediv__(other)
generic.tostring() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from
dtype.kind A character code (one of ?biufcmMOSUV?) identifying the general kind of data.
ndarray.real The real part of the array. See also
Page 26 of 56