This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / ma / core / _MaskedBinaryOperation

class

numpy.ma.core:_MaskedBinaryOperation

source: build-install/usr/lib/python3.14/site-packages/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