record.argmin() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
record.cumsum() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
recarray.itemset(*args) Insert scalar into an array (scalar is cast to array?s dtype, if possible) There must be
MaskedArray.__rrshift__ x.__rrshift__(y) <==> y>>x
MaskedArray.__rmul__(other)
matrix.imag The imaginary part of the array. Examples >>>
matrix.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert the string back to an
Rationale Masked arrays are arrays that may have missing or invalid entries. The numpy.ma module provides a nearly work-alike replacement for numpy
Python defines only one type of a particular data class (there is only one integer type, one floating-point type, etc.). This can be convenient in applications that don?t need to be
recarray.flat A 1-D iterator over the array. This is a
Page 15 of 56