3
���h]� � @ s� d Z ddddddddd d
ddd
ddddddddddddddgZddlZddljZddlmZ dd l m
Z dd!lm
Z
ejZejd<dg�Zejdg�Zejdg�Zejddg�Zd"d� Zd#d� Zd$d� Zd%d� Zd&d� Zd'd � Zd(d
� Zd=d)d�Zd>d*d�Zdg dddfd+d�Zd?d-d�Zd@d.d
�Z d/d� Z!d0d� Z"d1d� Z#d2d� Z$d3d� Z%d4d� Z&d5d� Z'dAd7d�Z(d8d9� Z)d:d� Z*G d;d� de
�Z+dS )Ba�
=================================================
Power Series (:mod:`numpy.polynomial.polynomial`)
=================================================
This module provides a number of objects (mostly functions) useful for
dealing with polynomials, including a `Polynomial` class that
encapsulates the usual arithmetic operations. (General information
on how this module represents and works with polynomial objects is in
the docstring for its "parent" sub-package, `numpy.polynomial`).
Classes
-------
.. autosummary::
:toctree: generated/
Polynomial
Constants
---------
.. autosummary::
:toctree: generated/
polydomain
polyzero
polyone
polyx
Arithmetic
----------
.. autosummary::
:toctree: generated/
polyadd
polysub
polymulx
polymul
polydiv
polypow
polyval
polyval2d
polyval3d
polygrid2d
polygrid3d
Calculus
--------
.. autosummary::
:toctree: generated/
polyder
polyint
Misc Functions
--------------
.. autosummary::
:toctree: generated/
polyfromroots
polyroots
polyvalfromroots
polyvander
polyvander2d
polyvander3d
polycompanion
polyfit
polytrim
polyline
See Also
--------
`numpy.polynomial`
�polyzero�polyone�polyx�
polydomain�polyline�polyadd�polysub�polymulx�polymul�polydiv�polypow�polyval�polyvalfromroots�polyder�polyint�
polyfromroots�
polyvander�polyfit�polytrim� polyroots�
Polynomial� polyval2d� polyval3d�
polygrid2d�
polygrid3d�polyvander2d�polyvander3d� N)�normalize_axis_index� )� polyutils)�ABCPolyBasec C s& |