numpy.recarray.put# 方法 recarray.put(indices, values, mode='raise')# 針對索引中的所有 n,設定 a.flat[n] = values[n]。 請參閱 numpy.put 以取得完整文件。 參見 numpy.put等效函數