ndarray.put(indices, values, mode='raise')
Set a.flat[n] = values[n] for all n in indices.
a.flat[n] = values[n]
n
Refer to numpy.put for full documentation.
numpy.put
See also
© 2008–2016 NumPy DevelopersLicensed under the NumPy License. 登录查看完整内容
联系方式: