diff options
Diffstat (limited to 'numpy/ma')
-rw-r--r-- | numpy/ma/core.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/ma/core.py b/numpy/ma/core.py index a945789df..6873bef6c 100644 --- a/numpy/ma/core.py +++ b/numpy/ma/core.py @@ -4314,6 +4314,8 @@ class MaskedArray(ndarray): array. ndarray.nonzero : Equivalent ndarray method. + count_nonzero : + Counts the number of non-zero elements in the input array. Examples -------- |