HOME


sh-3ll 1.0
DIR:/usr/local/lib64/python3.6/site-packages/numpy/polynomial/__pycache__/
Upload File :
Current File : //usr/local/lib64/python3.6/site-packages/numpy/polynomial/__pycache__/__init__.cpython-36.pyc
3

���h,�@sfdZddlmZddlmZddlmZddlmZddl	m
Z
ddlmZdd	l
mZee�Z[d
S)a	
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.

�)�
Polynomial)�	Chebyshev)�Legendre)�Hermite)�HermiteE)�Laguerre�)�PytestTesterN)�__doc__Z
polynomialrZ	chebyshevrZlegendrerZhermiterZ	hermite_erZlaguerrerZnumpy._pytesttesterr	�__name__�test�r
r
�:/tmp/pip-build-5_djhm0z/numpy/numpy/polynomial/__init__.py�<module>s