Gauss Kronrod Rule<T>.Get Kronrod Weights 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.1
C#
A T array containing the weights for the Kronrod points.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
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.