GaussKronrodRule<T>.GetKronrodWeights Method

Gets an array specifying the weights associated with 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[] GetKronrodWeights()

Return Value

T[]
A T array containing the weights for the Kronrod points.

Remarks

This array contains the weights for the Kronrod integration formula, corresponding to the points int the GetKronrodPoints() array.

See Also