generic.std() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
generic.searchsorted() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars
ndarray.__iand__ x.__iand__(y) <==> x&=y
matrix.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2 interchanged.
matrix.min(axis=None, out=None)
MaskedArray.take(indices, axis=None, out=None, mode='raise')
MaskedArray.__rfloordiv__(other)
MaskedArray.__divmod__(y) <==> divmod(x, y)
matrix.newbyteorder(new_order='S') Return the array with the same data viewed with a different byte order. Equivalent
matrix.clip(min=None, max=None, out=None) Return an array whose values are limited to [min, max]. One of max or
Page 11 of 56