Click or drag to resize

GaussKronrodIntegrator(Double) Constructor

Constructs a GaussKronrodIntegrator instance that can be used to integrate a function.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public GaussKronrodIntegrator(
	double tolerance
)

Parameters

tolerance  Double
Functions are integrated using Gauss Kronrod pairs of increasing order until the relative error is less than or equal to tolerance, or the maximum order is reached.
See Also