Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»
numpy.ma.MaskedArray.resize
¶
MaskedArray.
resize
(
newshape
,
refcheck=True
,
order=False
)
¶
Change shape and size of array in-place.
Previous topic
numpy.ma.MaskedArray.reshape
Next topic
numpy.ma.swapaxes
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»