record.argmax() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
generic.argmin() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
ndarray.resize(new_shape, refcheck=True) Change shape and size of array in-place.
recarray.copy(order='C') Return a copy of the array.
ndarray.__and__ x.__and__(y) <==> x&y
ndarray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load or numpy
ndarray.clip(min=None, max=None, out=None) Return an array whose values are limited to [min, max]. One of max
ndarray.__itruediv__ x.__itruediv__(y) <==> x/y
ndarray.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian data representation
MaskedArray.__setitem__(indx, value)
Page 30 of 56