AdaptiveIntegrator2DRule Enumeration

Enumerates the integration rules available for two-dimensional numerical integration.

Definition

Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public enum AdaptiveIntegrator2DRule

Remarks

The order of a rule

Members

Default0 Use the integration rule of order 13.
Order71 Use the integration rule of order 7. This is recommended for functions that require a lot of subdivisions.
Order92 Use the integration rule of order 9. This is a compromise between the order 7 and order 13 rules.
Order133 Use an integration rule of order 13 that uses 65 evaluation points.

See Also