summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.ma.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/routines.ma.rst')
-rw-r--r--doc/source/reference/routines.ma.rst52
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/source/reference/routines.ma.rst b/doc/source/reference/routines.ma.rst
new file mode 100644
index 000000000..425abf112
--- /dev/null
+++ b/doc/source/reference/routines.ma.rst
@@ -0,0 +1,52 @@
+.. _routines.ma:
+
+Masked array operations
+***********************
+
+.. currentmodule:: numpy
+
+Creation
+--------
+
+.. autosummary::
+ :toctree: generated/
+
+ ma.masked_array
+
+Converting to ndarray
+---------------------
+
+.. autosummary::
+ :toctree: generated/
+
+ ma.filled
+ ma.common_fill_value
+ ma.default_fill_value
+ ma.masked_array.get_fill_value
+ ma.maximum_fill_value
+ ma.minimum_fill_value
+
+Inspecting the array
+--------------------
+
+.. autosummary::
+ :toctree: generated/
+
+ ma.getmask
+ ma.getmaskarray
+ ma.getdata
+ ma.count_masked
+
+Modifying the mask
+------------------
+
+.. autosummary::
+ :toctree: generated/
+
+ ma.make_mask
+ ma.mask_cols
+ ma.mask_or
+ ma.mask_rowcols
+ ma.mask_rows
+ ma.harden_mask
+ ma.ids