Navigation
index
next
|
previous
|
NumPy v1.8 Manual
»
NumPy Reference
»
Array objects
»
Masked arrays
»
Constants of the
numpy.ma
module
»
numpy.ma.MaskedArray.repeat
¶
MaskedArray.
repeat
(
repeats
,
axis=None
)
¶
Repeat elements of an array.
Refer to
numpy.repeat
for full documentation.
See also
numpy.repeat
equivalent function