AdaptiveIntegratorNDRule Enumeration

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

Definition

Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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