/opt/alt/python27/lib64/python2.7/site-packages/numpy/polynomial
NameSizeModeActions
tests/-0755rm
chebyshev.py628800644editdlrm
chebyshev.pyc667210644editdlrm
chebyshev.pyo667210644editdlrm
hermite.py578240644editdlrm
hermite.pyc606910644editdlrm
hermite.pyo606910644editdlrm
hermite_e.py580140644editdlrm
hermite_e.pyc607490644editdlrm
hermite_e.pyo607490644editdlrm
laguerre.py562400644editdlrm
laguerre.pyc589040644editdlrm
laguerre.pyo589040644editdlrm
legendre.py572860644editdlrm
legendre.pyc598020644editdlrm
legendre.pyo598020644editdlrm
polynomial.py491730644editdlrm
polynomial.pyc513310644editdlrm
polynomial.pyo513310644editdlrm
polyutils.py111670644editdlrm
polyutils.pyc128660644editdlrm
polyutils.pyo128660644editdlrm
setup.py3850644editdlrm
setup.pyc7760644editdlrm
setup.pyo7760644editdlrm
_polybase.py301840644editdlrm
_polybase.pyc365670644editdlrm
_polybase.pyo365670644editdlrm
__init__.py11510644editdlrm
__init__.pyc15410644editdlrm
__init__.pyo15410644editdlrm
Edit: /opt/alt/python27/lib64/python2.7/site-packages/numpy/polynomial/__init__.pyo (1541B)
ó ]9Zc@`s®dZddlmZmZmZddlmZddlmZddl m Z ddl m Z ddl mZdd lmZdd lmZeƒjZeƒjZd S( s  A sub-package for efficiently dealing with polynomials. Within the documentation for this sub-package, a "finite power series," i.e., a polynomial (also referred to simply as a "series") is represented by a 1-D numpy array of the polynomial's coefficients, ordered from lowest order term to highest. For example, array([1,2,3]) represents ``P_0 + 2*P_1 + 3*P_2``, where P_n is the n-th order basis polynomial applicable to the specific module in question, e.g., `polynomial` (which "wraps" the "standard" basis) or `chebyshev`. For optimal performance, all operations on polynomials, including evaluation at an argument, are implemented as operations on the coefficients. Additional (module-specific) information can be found in the docstring for the module of interest. i(tdivisiontabsolute_importtprint_functioni(t Polynomial(t Chebyshev(tLegendre(tHermite(tHermiteE(tLaguerre(t _numpy_testerN(t__doc__t __future__RRRt polynomialRt chebyshevRtlegendreRthermiteRt hermite_eRtlaguerreRtnumpy.testing.nosetesterR ttesttbench(((sL/opt/alt/python27/lib64/python2.7/site-packages/numpy/polynomial/__init__.pyts