AdaptiveIntegrator.IntegrationRule Property

Gets or sets the integration rule to be used to estimate integrals over subintervals.

Definition

Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public IntegrationRule IntegrationRule { get; set; }

Property Value

IntegrationRule
One of the NumericalIntegrator derived integration rules.

Remarks

If the interval contains singularities, a low-order rule is recommended.

Integration rules can be obtained by calling static methods of the IntegrationRule class. The default is the 31-point rule for normal integrands, and the 15-point rule when singularities are expected, and when integrating over infinite intervals.

See Also