GaussKronrodRule<T>.GetKronrodPoints Method

Gets an array specifying the Kronrod quadrature points for this GaussKronrodRule.

Definition

Namespace: Numerics.NET.Calculus.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
protected T[] GetKronrodPoints()

Return Value

T[]
A T array containing the abscissae for the Gauss-Kronrod points.

Remarks

This array contains the integration points for the integration formula over an interval (-1,+1). The points must be listed in decreasing order. Only the points on the positive half of the interval should be listed, including the middle point of the interval, if it is there.

See Also