Click or drag to resize
Accord.NET (logo)

InfiniteAdaptiveGaussKronrodIntegrate Method

Overload List
  NameDescription
Public methodStatic memberIntegrate(FuncDouble, Double)
Computes the area under the integral for the given function, in the given integration interval, using the Infinite Adaptive Gauss Kronrod algorithm.
Public methodStatic memberIntegrate(FuncDouble, Double, Double, Double)
Computes the area under the integral for the given function, in the given integration interval, using the Infinite Adaptive Gauss Kronrod algorithm.
Public methodStatic memberIntegrate(FuncDouble, Double, Double, Double, Double)
Computes the area under the integral for the given function, in the given integration interval, using the Infinite Adaptive Gauss Kronrod algorithm.
Top
See Also