Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»
numpy.ma.make_mask_descr
¶
numpy.ma.
make_mask_descr
(
ndtype
)
¶
Constructs a dtype description list from a given dtype. Each field is set to a bool.
Previous topic
numpy.ma.mask_or
Next topic
numpy.ma.getmask
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»