class documentation

class _extrema_operation(_MaskedUFunc): (source)

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): (source)

Executes the call behavior.

def __init__(self, ufunc, compare, fill_value): (source)

Undocumented

def outer(self, a, b): (source)

Return the function applied to the outer product of a and b.

def reduce(self, target, axis=np._NoValue): (source)

Reduce target along the given axis.

Undocumented

fill_value_func = (source)

Undocumented