Hermite.integ()
numpy.polynomial.hermite.Hermite.integ
-
Hermite.integ(m=1, k=[], lbnd=None)
[source] -
Integrate.
Return a series instance that is the definite integral of the current series.
Parameters: m : non-negative int
The number of integrations to perform.
k : array_like
Integration constants. The first constant is applied to the first integration, the second to the second, and so