bundles / numpy latest / numpy / polynomial / hermite
module
numpy.polynomial.hermite
source: build-install/usr/lib/python3.14/site-packages/numpy/polynomial/hermite.py :0
Members
-
_normed_hermite_n -
herm2poly -
hermadd -
hermcompanion -
hermder -
hermdiv -
hermfit -
hermfromroots -
hermgauss -
hermgrid2d -
hermgrid3d -
hermint -
Hermite -
hermline -
hermmul -
hermmulx -
hermpow -
hermroots -
hermsub -
hermval -
hermval2d -
hermval3d -
hermvander -
hermvander2d -
hermvander3d -
hermweight -
poly2herm
Summary
No Docstrings
Additional content
Hermite Series, "Physicists" (numpy.polynomial.hermite)
This module provides a number of objects (mostly functions) useful for dealing with Hermite series, including a Hermite 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/ Hermite
Constants
.. autosummary:: :toctree:generated/ hermdomain hermzero hermone hermx
Arithmetic
.. autosummary:: :toctree:generated/ hermadd hermsub hermmulx hermmul hermdiv hermpow hermval hermval2d hermval3d hermgrid2d hermgrid3d
Calculus
.. autosummary:: :toctree:generated/ hermder hermint
Misc Functions
.. autosummary:: :toctree:generated/ hermfromroots hermroots hermvander hermvander2d hermvander3d hermgauss hermweight hermcompanion hermfit hermtrim hermline herm2poly poly2herm
See also
Aliases
-
numpy.polynomial.hermite