iinfo.min Minimum value of given dtype.
matrix.argmax(axis=None, out=None)
ndarray.__getslice__ x.__getslice__(i, j) <==> x[i:j] Use of negative indices is not supported.
numpy.searchsorted(a, v, side='left', sorter=None)
numpy.trapz(y, x=None, dx=1.0, axis=-1)
MaskedArray.itemsize Length of one array element in bytes. Examples
ndarray.__iadd__ x.__iadd__(y) <==> x+=y
numpy.core.defchararray.index(a, sub, start=0, end=None)
numpy.partition(a, kth, axis=-1, kind='introselect', order=None)
ndarray.flat A 1-D iterator over the array. This is a
Page 51 of 100