Scipy.org
Docs
NumPy v1.10 Manual
NumPy Reference
Array objects
Masked arrays
Constants of the
numpy.ma
module
index
next
previous
numpy.ma.MaskedArray.__eq__
¶
MaskedArray.
__eq__
(
other
)
[source]
¶
Check whether other equals self elementwise.
Previous topic
numpy.ma.MaskedArray.__ge__
Next topic
numpy.ma.MaskedArray.__ne__