/usr/lib64/python2.6/site-packages/numpy
NameSizeModeActions
compat/-0755rm
core/-0755rm
distutils/-0755rm
doc/-0755rm
fft/-0755rm
lib/-0755rm
linalg/-0755rm
ma/-0755rm
matrixlib/-0755rm
numarray/-0755rm
oldnumeric/-0755rm
polynomial/-0755rm
random/-0755rm
testing/-0755rm
tests/-0755rm
add_newdocs.py1593310644editdlrm
add_newdocs.pyc2149100644editdlrm
add_newdocs.pyo2149100644editdlrm
ctypeslib.py123730644editdlrm
ctypeslib.pyc121920644editdlrm
ctypeslib.pyo121920644editdlrm
dual.py17830644editdlrm
dual.pyc21730644editdlrm
dual.pyo21730644editdlrm
matlib.py93310644editdlrm
matlib.pyc104650644editdlrm
matlib.pyo104650644editdlrm
setup.py9450644editdlrm
setup.pyc10560644editdlrm
setup.pyo10560644editdlrm
setupscons.py14860644editdlrm
setupscons.pyc16320644editdlrm
setupscons.pyo16320644editdlrm
version.py5750644editdlrm
version.pyc6340644editdlrm
version.pyo6340644editdlrm
_import_tools.py128880644editdlrm
_import_tools.pyc112480644editdlrm
_import_tools.pyo112480644editdlrm
__config__.py14990644editdlrm
__config__.pyc16240644editdlrm
__config__.pyo16240644editdlrm
__init__.py48750644editdlrm
__init__.pyc50840644editdlrm
__init__.pyo50840644editdlrm
Edit: /usr/lib64/python2.6/site-packages/numpy/__init__.pyo (5084B)
Ñò ZÐKc @s_dZyeWnej o eZnXeo ddkZeidIJ[n yddklZ Wn'e j oZ dZ e e ƒ‚nXddk l ZddklZd„ZddkZd gZeiie_dd klZeƒiZeƒiZddkZdd kTddkZddkZdd kTddkZddkZddkZddkZddk Z ddk!Z!ddk"Z#dd k"Tdd k$l%Z%l&Z&l'Z'l(Z(l)Z)l*Z*l+Z+l,Z,dd kl-Z-l.Z.l/Z/l0Z0ei1ddddgƒei1eiƒei1e#iƒei1eiƒei1dddddgƒdS(sò NumPy ===== Provides 1. An array object of arbitrary homogeneous items 2. Fast mathematical operations over arrays 3. Linear Algebra, Fourier Transforms, Random Number Generation How to use the documentation ---------------------------- Documentation is available in two forms: docstrings provided with the code, and a loose standing reference guide, available from `the NumPy homepage `_. We recommend exploring the docstrings using `IPython `_, an advanced Python shell with TAB-completion and introspection capabilities. See below for further instructions. The docstring examples assume that `numpy` has been imported as `np`:: >>> import numpy as np Code snippets are indicated by three greater-than signs:: >>> x = x + 1 Use the built-in ``help`` function to view a function's docstring:: >>> help(np.sort) For some objects, ``np.info(obj)`` may provide additional help. This is particularly true if you see the line "Help on ufunc object:" at the top of the help() page. Ufuncs are implemented in C, not Python, for speed. The native Python help() does not know how to view their help, but our np.info() function does. To search for documents containing a keyword, do:: >>> np.lookfor('keyword') General-purpose documents like a glossary and help on the basic concepts of numpy are available under the ``doc`` sub-module:: >>> from numpy import doc >>> help(doc) Available subpackages --------------------- doc Topical documentation on broadcasting, indexing, etc. lib Basic functions used by several sub-packages. random Core Random Tools linalg Core Linear Algebra Tools fft Core FFT routines polynomial Polynomial tools testing Numpy testing tools f2py Fortran to Python Interface Generator. distutils Enhancements to distutils with support for Fortran compilers support and more. Utilities --------- test Run numpy unittests show_config Show numpy build configuration dual Overwrite certain functions with high-performance Scipy tools matlib Make everything matrices. __version__ Numpy version string Viewing documentation using IPython ----------------------------------- Start IPython with the NumPy profile (``ipython -p numpy``), which will import `numpy` under the alias `np`. Then, use the ``cpaste`` command to paste examples into the shell. To see which functions are available in `numpy`, type ``np.`` (where ```` refers to the TAB key), or use ``np.*cos*?`` (where ```` refers to the ENTER key) to narrow down the list. To view the docstring for a function, use ``np.cos?`` (to view the docstring) and ``np.cos??`` (to view the source code). Copies vs. in-place operation ----------------------------- Most of the functions in `numpy` return a copy of the array argument (e.g., `np.sort`). In-place versions of these functions are often available as array methods, i.e. ``x = np.array([1,2,3]); x.sort()``. Exceptions to this rule are documented. iÿÿÿÿNs$Running from numpy source directory.(tshows·Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python intepreter from there.(tversion(t PackageLoadercOstdtƒ}|||ŽS(Ntinfunc(RtTrue(tpackagestoptionstloader((s4/usr/lib64/python2.6/site-packages/numpy/__init__.pytpkgload€st add_newdocs(tTester(t*(tbooltinttlongtfloattcomplextobjecttunicodetstr(troundtabstmaxtmint __version__RRt show_configtlinalgtffttrandomt ctypeslibtma(2t__doc__t__NUMPY_SETUP__t NameErrortFalsetsyst_syststderrtnumpy.__config__RRt ImportErrortetmsgRRt _import_toolsRRR t__all__t__call__ttestingR ttesttbenchtcoretcompattlibRRt polynomialRRRt matrixlibt_matt __builtin__R R RRRRRRRRRRtextend(((s4/usr/lib64/python2.6/site-packages/numpy/__init__.pytfsV                     :"