Integration Rule Class
Represents a method to compute an approximation to an integral together with
an estimate of the error.
Definition
Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public abstract class IntegrationRule- Inheritance
- Object → IntegrationRule
- Derived
Constructors
| Integration | Initializes a new instance of the IntegrationRule class |
Properties
| Estimates | Gets whether the rule provides an estimate for the truncation error. |
| Order | Gets the order of the numerical integrator. |
Methods
| Create |
Returns a new instance of a 15 point Gauss-Kronrod integration rule.
|
| Create |
Returns a new instance of a 21 point Gauss-Kronrod integration rule.
|
| Create |
Returns a new instance of a 31 point Gauss-Kronrod integration rule.
|
| Create |
Returns a new instance of a 41 point Gauss-Kronrod integration rule.
|
| Create |
Returns a new instance of a 51 point Gauss-Kronrod integration rule.
|
| Create |
Returns a new instance of a 61 point Gauss-Kronrod integration rule.
|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Evaluate( | Evaluates the rule for the specified function and interval. |
| Evaluate( | Evaluates the rule for the specified function and interval. |
| Evaluate( | Evaluates the rule for the specified function and interval. |
| Evaluate( | Evaluates the rule for the specified function and interval. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |