Integration Rules Class
Contains methods that create integration rules.
Definition
Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
public static class IntegrationRules
- Inheritance
- Object → IntegrationRules
Remarks
Use the methods in the IntegrationRules class to create a variety of integration rules.
Methods
Clenshaw | Constructs a new Clenshaw-Curtis quadrature rule that uses the extrema of a Chebyshev polynomial as nodes. |
Clenshaw | Constructs a new Clenshaw-Curtis quadrature rule that uses the zeros of a Chebyshev polynomial as nodes. |
Gauss | Constructs a new Chebyshev-Gauss quadrature rule of the first kind. |
Gauss | Constructs a new Chebyshev-Gauss quadrature rule of the second kind. |
Gauss | Constructs a new Gauss-Gegenbauer quadrature rule. |
Gauss | Constructs a new Gauss-Hermite quadrature rule that uses the extrema of a Chebyshev polynomial as nodes. |
Gauss | Constructs a new Gauss-Jacobi quadrature rule. |
Gauss | Constructs a new Gauss-Jacobi-Lobatto quadrature rule. |
Gauss | Constructs a new Gauss-Kronrod quadrature rule. |
Gauss | Constructs a new Gauss-Laguerre quadrature rule. |
Gauss | Constructs a new Gauss-Legendre quadrature rule. |
Gauss | Constructs a new Gauss-Lobatto quadrature rule. |
Modified | Constructs a new modified Gauss-Kronrod quadrature rule. |