This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / polynomial / hermite

module

numpy.polynomial.hermite

source: build-install/usr/lib/python3.14/site-packages/numpy/polynomial/hermite.py :0

Members

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

numpy.polynomial

Aliases

  • numpy.polynomial.hermite