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
Please login to continue.
Please login to continue.