Class GaussKronrod21Integrator calculates an approximation of the integral of a function over a finite interval using the Gauss 10-point and the Kronrod 21-point rule.

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

Syntax

C#
[SerializableAttribute]
public class GaussKronrod21Integrator : IIntegrator, 
	ICloneable
Visual Basic
<SerializableAttribute> _
Public Class GaussKronrod21Integrator _
	Implements IIntegrator, ICloneable
Visual C++
[SerializableAttribute]
public ref class GaussKronrod21Integrator : IIntegrator, 
	ICloneable

Remarks

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

Inheritance Hierarchy

System..::..Object
  CenterSpace.NMath.Core..::..GaussKronrod21Integrator
    CenterSpace.NMath.Core..::..GaussKronrod43Integrator

See Also