class _extrema_operation(_MaskedUFunc):
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 |
numpy.ma.core._MaskedUFunc.__init__
Undocumented