/opt/alt/python27/lib64/python2.7/site-packages/numpy
NameSizeModeActions
compat/-0755rm
core/-0755rm
distutils/-0755rm
doc/-0755rm
fft/-0755rm
lib/-0755rm
linalg/-0755rm
ma/-0755rm
matrixlib/-0755rm
polynomial/-0755rm
random/-0755rm
testing/-0755rm
tests/-0755rm
add_newdocs.py2237010644editdlrm
add_newdocs.pyc2907240644editdlrm
add_newdocs.pyo2907240644editdlrm
ctypeslib.py146360644editdlrm
ctypeslib.pyc142470644editdlrm
ctypeslib.pyo142470644editdlrm
dual.py18640644editdlrm
dual.pyc23400644editdlrm
dual.pyo23400644editdlrm
matlib.py95840644editdlrm
matlib.pyc108640644editdlrm
matlib.pyo108640644editdlrm
setup.py8980644editdlrm
setup.pyc11280644editdlrm
setup.pyo11280644editdlrm
version.py2610644editdlrm
version.pyc3160644editdlrm
version.pyo3160644editdlrm
_globals.py18510644editdlrm
_globals.pyc24890644editdlrm
_globals.pyo24890644editdlrm
_import_tools.py132420644editdlrm
_import_tools.pyc115690644editdlrm
_import_tools.pyo115690644editdlrm
__config__.py17690644editdlrm
__config__.pyc18820644editdlrm
__config__.pyo18820644editdlrm
__init__.py61880644editdlrm
__init__.pyc61870644editdlrm
__init__.pyo61870644editdlrm
Edit: /opt/alt/python27/lib64/python2.7/site-packages/numpy/__init__.pyc (6187B)
 ]9Zc@`sdZddlmZmZmZddlZddlZddlmZm Z ddlm Z ye Wne k re Z nXe rejjdnyddlmZWn#ek rd ZeenXdd lmZdd lmZdd lmZd ZddlmZdddgZejje_ddl m!Z!e j"j#j$Z$e j"j#j%Z%ddlm&Z&ddl&Tddlm'Z'ddlm(Z(ddl(Tddlm)Z)ddlm*Z*ddlm+Z+ddlm,Z,ddlm-Z-ddlm.Z.ddlm/Z0ddl/Tddl'm1Z1ej2ddkrdd l3m4Z4m5Z5m6Z6m7Z7m8Z8m9Z9e9Z:n4dd!l;m4Z4m5Z5m6Z6m7Z7m8Z8m:Z:m9Z9dd"l&m<Z<m=Z=m>Z>m?Z?ej@d#d$d%d&gej@e&jej@e0jej@e(jej@d'd(d)d*d+gejAd,d-d.ejAd,d-d/ejAd,d-d0d1ZBd1ZCdS(2sD 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 = 42 >>> x = x + 1 Use the built-in ``help`` function to view a function's docstring:: >>> help(np.sort) ... # doctest: +SKIP 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') ... # doctest: +SKIP 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) ... # doctest: +SKIP 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(tdivisiontabsolute_importtprint_functionNi(tModuleDeprecationWarningtVisibleDeprecationWarning(t_NoValues%Running from numpy source directory. (tshowsError importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there.(t git_revision(tversion(t PackageLoadercO`stdt}|||S(Ntinfunc(R tTrue(tpackagestoptionstloader((sA/opt/alt/python27/lib64/python2.7/site-packages/numpy/__init__.pytpkgloads(t add_newdocsRRR(tTester(tcore(t*(tcompat(tlib(tlinalg(tfft(t polynomial(trandom(t ctypeslib(tma(t matrixlib(tlongi(tbooltinttfloattcomplextobjecttstr(RRR R!R"tunicodeR#(troundtabstmaxtmint __version__RR t show_configRRRRRtignoretmessagesnumpy.dtype size changedsnumpy.ufunc size changedsnumpy.ndarray size changedtremoved(Dt__doc__t __future__RRRtsystwarningst_globalsRRRt__NUMPY_SETUP__t NameErrortFalsetstderrtwritetnumpy.__config__RR*t ImportErrortmsgRRt__git_revision__R)t _import_toolsR RtRt__all__t__call__ttestingRt nosetestert _numpy_testerttesttbenchRRRRRRRRRRt_matRt version_infotbuiltinsRRR R!R"R#R$t __builtin__R%R&R'R(textendtfilterwarningst oldnumerictnumarray(((sA/opt/alt/python27/lib64/python2.7/site-packages/numpy/__init__.pytjst          . 4"