Файловый менеджер - Редактировать - /home/digitalm/venv/lib/python3.7/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-37.pyc
Назад
B �5�g� � @ s� d Z ddlZddlmZ ddlmZ ddlm Z ddlmZ ddd d ddd ddddddddddddddddddd d!d"d#d$d%gZ e jZd&d� Zd'd� Ze�ddg�Ze�dg�Ze�dg�Ze�dd(g�Zd)d� Zd*d� Zd+d� Zd,d � Zd-d� Zd.d� Zd/d� ZdDd1d�ZdEd2d�Zdg dddfd3d�Z dFd5d�Z!d6d� Z"d7d� Z#d8d� Z$d9d � Z%d:d� Z&d;d!� Z'd<d"� Z(dGd>d�Z)d?d#� Z*d@d� Z+dAd$� Z,dBd%� Z-G dCd� de�Z.dS )Ha� ================================================== Laguerre Series (:mod:`numpy.polynomial.laguerre`) ================================================== This module provides a number of objects (mostly functions) useful for dealing with Laguerre series, including a `Laguerre` class that encapsulates the usual arithmetic operations. (General information on how this module represents and works with such polynomials is in the docstring for its "parent" sub-package, `numpy.polynomial`). Classes ------- .. autosummary:: :toctree: generated/ Laguerre Constants --------- .. autosummary:: :toctree: generated/ lagdomain lagzero lagone lagx Arithmetic ---------- .. autosummary:: :toctree: generated/ lagadd lagsub lagmulx lagmul lagdiv lagpow lagval lagval2d lagval3d laggrid2d laggrid3d Calculus -------- .. autosummary:: :toctree: generated/ lagder lagint Misc Functions -------------- .. autosummary:: :toctree: generated/ lagfromroots lagroots lagvander lagvander2d lagvander3d laggauss lagweight lagcompanion lagfit lagtrim lagline lag2poly poly2lag See also -------- `numpy.polynomial` � N)�normalize_axis_index� )� polyutils)�ABCPolyBase�lagzero�lagone�lagx� lagdomain�lagline�lagadd�lagsub�lagmulx�lagmul�lagdiv�lagpow�lagval�lagder�lagint�lag2poly�poly2lag�lagfromroots� lagvander�lagfit�lagtrim�lagroots�Laguerre�lagval2d�lagval3d� laggrid2d� laggrid3d�lagvander2d�lagvander3d�lagcompanion�laggauss� lagweightc C s<