~vcs-imports/scipy/numpy-docs

« back to all changes in this revision

Viewing changes to source/reference/routines.ma.rst

  • Committer: ptvirtan
  • Date: 2008-10-26 17:57:55 UTC
  • Revision ID: vcs-imports@canonical.com-20081026175755-265j4vcbtj2wk6iq
Import initial version of Numpy documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _routines.ma:
 
2
 
 
3
Masked array operations
 
4
***********************
 
5
 
 
6
.. currentmodule:: numpy
 
7
 
 
8
Creation
 
9
--------
 
10
 
 
11
.. autosummary::
 
12
   :toctree: generated/
 
13
 
 
14
   ma.masked_array
 
15
 
 
16
Converting to ndarray
 
17
---------------------
 
18
 
 
19
.. autosummary::
 
20
   :toctree: generated/
 
21
 
 
22
   ma.filled
 
23
   ma.common_fill_value
 
24
   ma.default_fill_value
 
25
   ma.masked_array.get_fill_value
 
26
   ma.maximum_fill_value
 
27
   ma.minimum_fill_value
 
28
 
 
29
Inspecting the array
 
30
--------------------
 
31
 
 
32
.. autosummary::
 
33
   :toctree: generated/
 
34
 
 
35
   ma.getmask
 
36
   ma.getmaskarray
 
37
   ma.getdata
 
38
   ma.count_masked
 
39
 
 
40
Modifying the mask
 
41
------------------
 
42
 
 
43
.. autosummary::
 
44
   :toctree: generated/
 
45
 
 
46
   ma.make_mask
 
47
   ma.mask_cols
 
48
   ma.mask_or
 
49
   ma.mask_rowcols
 
50
   ma.mask_rows
 
51
   ma.harden_mask
 
52
   ma.ids