numpy.polynomial.hermite.hermgrid2d()
numpy.polynomial.hermite.hermgrid2d
-
numpy.polynomial.hermite.hermgrid2d(x, y, c)
[source] -
Evaluate a 2-D Hermite series on the Cartesian product of x and y.
This function returns the values:
where the points
(a, b)
consist of all pairs formed by takinga
fromx
andb
fromy
. The resulting points form a grid withx
in the first dimension and