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

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

Syntax

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

Return Value

A Double array containing the Gauss weights.