Adaptive Integrator NDRule 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.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public enum AdaptiveIntegratorNDRule
Members
Default | 0 | Use the integration rule of order 9. |
Order9 | 1 | Use the integration rule of order 9. This is recommended for functions that require a lot of subdivisions. |
Order7 | 2 | Use the integration rule of order 7. This is recommended for functions that require a lot of subdivisions. |
Use3DRule | 99 | Use the rule for 3-dimensional integration specified by the IntegrationRule3D property. |