{ } Raw JSON

bundles / numpy 2.4.4 / numpy / polynomial / polynomial

module

numpy.polynomial.polynomial

source: /numpy/polynomial/polynomial.py :0

Members

Summary

No Docstrings

Additional content

Power Series (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

Aliases

  • numpy.polynomial.polynomial