MaskedArray.__div__(other)
recarray.std(axis=None, dtype=None, out=None, ddof=0, keepdims=False) Returns the standard deviation of the array elements
matrix.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian data representation
generic.resize() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
matrix.shape Tuple of array dimensions. Notes May be used to ?reshape? the array, as long
matrix.argmin(axis=None, out=None)
matrix.tofile(fid, sep="", format="%s") Write array to a file as text or binary (default). Data is always written
generic.clip() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
generic.__array_priority__ Array priority.
ndarray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of a at the
Page 24 of 56