Integration Rule<T> Class
Represents a method to compute an approximation to an integral together with
an estimate of the error.
Definition
Namespace: Numerics.NET.Calculus.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public abstract class IntegrationRule<T>
where T : Object, INumber<T>
- Inheritance
- Object → IntegrationRule<T>
- Derived
Type Parameters
- T
Constructors
Integration | Initializes a new instance of the IntegrationRule<T> class |
Properties
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. |
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) |