summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorMuhammad Ishaque Nizamani <49721249+MuhammadNizamani@users.noreply.github.com>2023-04-04 18:03:43 +0500
committerGitHub <noreply@github.com>2023-04-04 18:33:43 +0530
commit9bea0d67002ea789526119bca28a38d9fb62dd37 (patch)
tree37dd9be2abbf4da7287017ff0b569548d1ed2310 /doc/source/reference
parent240732d6993bba2ef673f1d1995c4b2b4bef1b2e (diff)
downloadnumpy-9bea0d67002ea789526119bca28a38d9fb62dd37.tar.gz
DOC: docs added to routines.ma.rst from issue #23352 (#23368)
* function added routines.ma.rst from issue #23352 * Update doc/source/reference/routines.ma.rst * imporved solution of PR #23368 and Issue #23352 * DOC: Minor style fix --------- Co-authored-by: Mukulika <60316606+Mukulikaa@users.noreply.github.com>
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/routines.ma.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/source/reference/routines.ma.rst b/doc/source/reference/routines.ma.rst
index d503cc243..fd22a74aa 100644
--- a/doc/source/reference/routines.ma.rst
+++ b/doc/source/reference/routines.ma.rst
@@ -31,6 +31,7 @@ From existing data
ma.fromfunction
ma.MaskedArray.copy
+ ma.diagflat
Ones and zeros
@@ -72,6 +73,9 @@ Inspecting the array
ma.isMaskedArray
ma.isMA
ma.isarray
+ ma.isin
+ ma.in1d
+ ma.unique
ma.MaskedArray.all
@@ -394,6 +398,17 @@ Clipping and rounding
ma.MaskedArray.clip
ma.MaskedArray.round
+Set operations
+~~~~~~~~~~~~~~
+.. autosummary::
+ :toctree: generated/
+
+
+ ma.intersect1d
+ ma.setdiff1d
+ ma.setxor1d
+ ma.union1d
+
Miscellanea
~~~~~~~~~~~