This is documentation for an old release of NumPy (version 1.3.). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
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.