Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»
numpy.ma.allequal
¶
numpy.ma.
allequal
(
a
,
b
,
fill_value=True
)
¶
Return True if all entries of a and b are equal, using fill_value as a truth value where either or both are masked.
Previous topic
numpy.ma.MaskedArray.round
Next topic
numpy.ma.allclose
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»