This is documentation for an old release of NumPy (version 1.3.). Read this page in the documentation of the latest stable release (version > 1.17).
Return a as an array masked where condition is True. Masked values of a or condition are kept.
Parameters: | condition : array_like
a : array_like
copy : bool
|
---|