Class GaussKronrod87Integrator calculates an approximation of the integral of a function over a finite interval using the Gauss 43-point and the Kronrod 87-point rule.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
[SerializableAttribute]
public class GaussKronrod87Integrator : GaussKronrod43Integrator
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class GaussKronrod87Integrator _
	Inherits GaussKronrod43Integrator
Visual C++
[SerializableAttribute]
public ref class GaussKronrod87Integrator : public GaussKronrod43Integrator

Remarks

The Gauss-Konrod algorithm is especially suited for non-singular oscillating integrands.

Inheritance Hierarchy

See Also