Table of Contents
numpy.doc
numpy.lib
numpy.random
numpy.linalg
numpy.fft
numpy.polynomial
numpy.testing
numpy.f2py
numpy.distutils
ndarray
dtype
numpy.ma
MaskedArray
ufunc
MaskedArray.
__setitem__
x.__setitem__(i, y) <==> x[i]=y
Set item described by index. If value is masked, masks those locations.