numpy.polynomial.hermite.hermval2d()
numpy.polynomial.hermite.hermval2d
-
numpy.polynomial.hermite.hermval2d(x, y, c)
[source] -
Evaluate a 2-D Hermite series at points (x, y).
This function returns the values:
The parameters
x
andy
are converted to arrays only if they are tuples or a lists, otherwise they are treated as a scalars and they must have the same shape after conversion. In either case, eitherx
andy登录查看完整内容