Gets an array of Double values specifying the weights associated with the Kronrod quadrature points for this GaussKronrodIntegrator.

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

Syntax

Visual Basic (Declaration)
Protected Overrides Function GetKronrodWeights As Double()
C#
protected override double[] GetKronrodWeights ()
C++
protected:
virtual array<double>^ GetKronrodWeights () override

Return Value

A Double array containing the weights for the Kronrod points.