Numerical Contour Integration of a complex-valued function over a real variable,.
Inheritance Hierarchy Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static class ContourIntegrate
The ContourIntegrate type exposes the following members.
Methods | Name | Description |
---|
| DoubleExponential |
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.
|
| GaussKronrod(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.
|
| GaussKronrod(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.
|
| GaussLegendre |
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.
|
TopSee Also