{ } Raw JSON

bundles / numpy 2.4.4 / numpy / ma / core / _MaskedBinaryOperation

class

numpy.ma.core:_MaskedBinaryOperation

source: /numpy/ma/core.py :1017

Signature

class   _MaskedBinaryOperation ( mbfunc fillx = 0 filly = 0 )

Members

Summary

Define masked version of binary operations, where invalid values are pre-masked.

Parameters

mbfunc : function

The function for which to define a masked version. Made available as _MaskedBinaryOperation.f.

domain : class instance

Default domain for the function. Should be one of the _Domain* classes. Default is None.

fillx : scalar, optional

Filling value for the first argument, default is 0.

filly : scalar, optional

Filling value for the second argument, default is 0.

Aliases

  • numpy.ma.core._MaskedBinaryOperation