AdaptiveIntegratorNDRule Enumeration

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

Definition

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

Members

Default0 Use the integration rule of order 9.
Order91 Use the integration rule of order 9. This is recommended for functions that require a lot of subdivisions.
Order72 Use the integration rule of order 7. This is recommended for functions that require a lot of subdivisions.
Use3DRule99 Use the rule for 3-dimensional integration specified by the IntegrationRule3D property.

See Also