Click or drag to resize

ContourIntegrate Methods

The ContourIntegrate type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDoubleExponential Approximation of the definite integral of an analytic smooth complex function by double-exponential quadrature. When either or both limits are infinite, the integrand is assumed rapidly decayed to zero as x -> infinity.
Public methodStatic memberGaussKronrod(FuncDouble, Complex, Double, Double, Double, Int32, Int32) Approximation of the definite integral of an analytic smooth function by Gauss-Kronrod quadrature. When either or both limits are infinite, the integrand is assumed rapidly decayed to zero as x -> infinity.
Public methodStatic memberGaussKronrod(FuncDouble, Complex, Double, Double, Double, Double, Double, Int32, Int32) Approximation of the definite integral of an analytic smooth function by Gauss-Kronrod quadrature. When either or both limits are infinite, the integrand is assumed rapidly decayed to zero as x -> infinity.
Public methodStatic memberGaussLegendre Approximation of the definite integral of an analytic smooth complex function by double-exponential quadrature. When either or both limits are infinite, the integrand is assumed rapidly decayed to zero as x -> infinity.
Top
See Also