Файловый менеджер - Редактировать - /home/digitalm/venv/lib/python3.7/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-37.pyc
Назад
B �5�gý � @ s� d Z ddddddddd d ddd ddddddddddddddgZddlZddlmZ ddlmZ dd l m Z dd!lm Z ejZe�d"dg�Ze�dg�Ze�dg�Ze�ddg�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 d0d� Z!d1d� Z"d2d� Z#d3d� Z$d4d� Z%d5d� Z&d6d� Z'dAd8d�Z(d9d:� 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)�ABCPolyBase���c C s&