bundles / numpy latest / numpy / polynomial / polynomial
module
numpy.polynomial.polynomial
source: build-install/usr/lib/python3.14/site-packages/numpy/polynomial/polynomial.py :0
Members
-
_polygrid2d_dispatcher -
_polyval2d_dispatcher -
polyadd -
polycompanion -
polyder -
polydiv -
polyfit -
polyfromroots -
polygrid2d -
polygrid3d -
polyint -
polyline -
polymul -
polymulx -
Polynomial -
polypow -
polyroots -
polysub -
polyval -
polyval2d -
polyval3d -
polyvalfromroots -
polyvander -
polyvander2d -
polyvander3d
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
Aliases
-
numpy.polynomial.polynomial