numpy.polynomial.hermite.Hermite.identity¶
-
static
Hermite.identity(domain=[-1, 1], window=[-1, 1])¶ Identity function.
If
pis the returned Hermite object, thenp(x) == xfor all values of x.Parameters: domain : array_like
The resulting array must be of the form
[beg, end], wherebegandendare the endpoints of the domain.window : array_like
The resulting array must be if the form
[beg, end], wherebegandendare the endpoints of the window.Returns: identity : Hermite instance