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.
|
Top
See Also