Table of Contents
numpy.doc
numpy.lib
numpy.random
numpy.linalg
numpy.fft
numpy.polynomial
numpy.testing
numpy.f2py
numpy.distutils
ndarray
dtype
ufunc
ndarray.
__setslice__
x.__setslice__(i, j, y) <==> x[i:j]=y
Use of negative indices is not supported.