Adaptive Integrator<T>.Integration Rule Property
Gets or sets the integration rule to be used to
estimate integrals over subintervals.
Definition
Namespace: Numerics.NET.Calculus.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
One of the NumericalIntegrator<T> derived integration rules.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public IntegrationRule<T>? IntegrationRule { get; set; }
Property Value
IntegrationRule<T>One of the NumericalIntegrator<T> 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<T> 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.