MaskedArray.__int__()
ndarray.view(dtype=None, type=None) New view of array with the same data.
ndarray.put(indices, values, mode='raise') Set a.flat[n] = values[n] for all n in indices. Refer
class numpy.recarray
generic.argmax() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
recarray.argmax(axis=None, out=None) Return indices of the maximum values along the given axis. Refer to
recarray.ndim Number of array dimensions. Examples >>>
recarray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of a at the
dtype.char A unique character code for each of the 21 different built-in types.
ndarray.__ipow__ x.__ipow__(y) <==> x**=y
Page 39 of 56