Constructs a new AdaptiveIntegrator object.

Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	useExtrapolation As Boolean _
)
C#
public AdaptiveIntegrator (
	bool useExtrapolation
)
C++
public:
AdaptiveIntegrator (
	bool useExtrapolation
)

Parameters

useExtrapolation (System.Boolean)
If true, special operations are performed to speed convergence in case of singularities inside the integration interval or at the end points. If false, no special operations are performed.