numpy.polynomial.hermite.Hermite()

numpy.polynomial.hermite.Hermite

class numpy.polynomial.hermite.Hermite(coef, domain=None, window=None) [source]

An Hermite series class.

The Hermite class provides the standard Python numerical methods ‘+’, ‘-‘, ‘*’, ‘//’, ‘%’, ‘divmod’, ‘**’, and ‘()’ as well as the attributes and methods listed in the ABCPolyBase documentation.

Parameters:

coef : array_like

Hermite coefficients in order of increasi