Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»
numpy.ma.getmaskarray
¶
numpy.ma.
getmaskarray
(
arr
)
¶
Return the mask of arr, if any, or a boolean array of the shape of a, full of False.
Previous topic
numpy.ma.getmask
Next topic
numpy.ma.masked_array.mask
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»