generic.searchsorted() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars
matrix.H Returns the (complex) conjugate transpose of self. Equivalent to np.transpose(self)
recarray.itemsize Length of one array element in bytes. Examples
ndarray.cumsum(axis=None, dtype=None, out=None) Return the cumulative sum of the elements along the given axis. Refer
matrix.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset of element (i[0]
recarray.prod(axis=None, dtype=None, out=None, keepdims=False) Return the product of the array elements over the given axis
recarray.nonzero() Return the indices of the elements that are non-zero. Refer to
ndarray.round(decimals=0, out=None) Return a with each element rounded to the given number of decimals.
MaskedArray.__imod__ x.__imod__(y) <==> x%=y
ndarray.min(axis=None, out=None, keepdims=False) Return the minimum along a given axis. Refer to
Page 1 of 56