class documentation

class _extrema_operation(_MaskedUFunc):

View In Hierarchy

Generic class for maximum/minimum functions.

Note

This is the base class for _maximum_operation and _minimum_operation.

Method __call__ Executes the call behavior.
Method __init__ Undocumented
Method outer Return the function applied to the outer product of a and b.
Method reduce Reduce target along the given axis.
Instance Variable compare Undocumented
Instance Variable fill​_value​_func Undocumented

Inherited from _MaskedUFunc:

Method __str__ Undocumented
Instance Variable __name__ Undocumented
Instance Variable f Undocumented
def __call__(self, a, b=None):
Executes the call behavior.
def __init__(self, ufunc, compare, fill_value):

Undocumented

def outer(self, a, b):
Return the function applied to the outer product of a and b.
def reduce(self, target, axis=np._NoValue):
Reduce target along the given axis.
compare =

Undocumented

fill_value_func =

Undocumented