IMSL C# Numerical Library

Quadrature.Rule Property

The Gauss-Kronrod rule.

public int Rule {get; set;}

Property Value

An int specifying the rule to be used.

Remarks

The default is 3.

Rule Data points used
1 7 - 15
2 10 - 21
3 15 - 31
4 20 - 41
5 25 - 51
6 30 - 61

See Also

Quadrature Class | Imsl.Math Namespace