bundles / numpy latest / numpy / polynomial / hermite_e
module
numpy.polynomial.hermite_e
source: build-install/usr/lib/python3.14/site-packages/numpy/polynomial/hermite_e.py :0
Members
-
_normed_hermite_e_n -
herme2poly -
hermeadd -
hermecompanion -
hermeder -
hermediv -
hermefit -
hermefromroots -
hermegauss -
hermegrid2d -
hermegrid3d -
hermeint -
hermeline -
hermemul -
hermemulx -
hermepow -
hermeroots -
hermesub -
hermeval -
hermeval2d -
hermeval3d -
hermevander -
hermevander2d -
hermevander3d -
hermeweight -
HermiteE -
poly2herme
Summary
No Docstrings
Additional content
HermiteE Series, "Probabilists" (numpy.polynomial.hermite_e)
This module provides a number of objects (mostly functions) useful for dealing with Hermite_e series, including a HermiteE 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/ HermiteE
Constants
.. autosummary:: :toctree:generated/ hermedomain hermezero hermeone hermex
Arithmetic
.. autosummary:: :toctree:generated/ hermeadd hermesub hermemulx hermemul hermediv hermepow hermeval hermeval2d hermeval3d hermegrid2d hermegrid3d
Calculus
.. autosummary:: :toctree:generated/ hermeder hermeint
Misc Functions
.. autosummary:: :toctree:generated/ hermefromroots hermeroots hermevander hermevander2d hermevander3d hermegauss hermeweight hermecompanion hermefit hermetrim hermeline herme2poly poly2herme
See also
Aliases
-
numpy.polynomial.hermite_e