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.
__getslice__
x.__getslice__(i, j) <==> x[i:j]
Use of negative indices is not supported.