Click or drag to resize

ContourIntegrate Class

Numerical Contour Integration of a complex-valued function over a real variable,.
Inheritance Hierarchy
SystemObject
  Altaxo.CalcContourIntegrate

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class ContourIntegrate

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