numpy.ndarray.repeat#

方法

ndarray.repeat(repeats, axis=None)#

重複陣列中的元素。

請參閱 numpy.repeat 以取得完整文件。

參見

numpy.repeat

等效函數