class _DomainedBinaryOperation(_MaskedUFunc):
Define binary operations that have a domain, like divide.
They have no reduce, outer or accumulate.
Method | __call__ |
Execute the call behavior. |
Method | __init__ |
abfunc(fillx, filly) must be defined. abfunc(x, filly) = x for all x to enable reduce. |
Instance Variable | domain |
Undocumented |
Instance Variable | fillx |
Undocumented |
Instance Variable | filly |
Undocumented |
Inherited from _MaskedUFunc
:
Method | __str__ |
Undocumented |
Instance Variable | __name__ |
Undocumented |
Instance Variable | f |
Undocumented |
numpy.ma.core._MaskedUFunc.__init__