Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»
numpy.ma.reshape
¶
numpy.ma.
reshape
(
a
,
new_shape
,
order='C'
)
¶
Change the shape of the array a to new_shape.
Previous topic
numpy.ma.ravel
Next topic
numpy.ma.resize
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»