HEX
Server: LiteSpeed
System: Linux standart9.isimtescil.net 3.10.0-962.3.2.lve1.5.26.7.el7.x86_64 #1 SMP Wed Oct 2 07:53:12 EDT 2019 x86_64
User: karalev (5310)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //proc/self/root/opt/alt/python27/lib64/python2.7/site-packages/numpy/polynomial/__init__.pyc
�
�9Zc@`s�dZddlmZmZmZddlmZddlmZddl	m
Z
ddlmZddl
mZdd	lmZdd
lmZe�jZe�jZdS(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__.pyt<module>s