Click or drag to resize

NewtonCotesTrapeziumRule Class

Approximation algorithm for definite integrals by the Trapezium rule of the Newton-Cotes family.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.IntegrationNewtonCotesTrapeziumRule

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class NewtonCotesTrapeziumRule

The NewtonCotesTrapeziumRule type exposes the following members.

Methods
 NameDescription
Public methodStatic memberContourIntegrateAdaptive Adaptive approximation of the definite integral in the provided interval by the trapezium rule.
Public methodStatic memberContourIntegrateAdaptiveTransformedOdd Adaptive approximation of the definite integral by the trapezium rule.
Public methodStatic memberContourIntegrateComposite Composite N-point approximation of the definite integral in the provided interval by the trapezium rule.
Public methodStatic memberContourIntegrateTwoPoint Direct 2-point approximation of the definite integral in the provided interval by the trapezium rule.
Public methodStatic memberIntegrateAdaptive Adaptive approximation of the definite integral in the provided interval by the trapezium rule.
Public methodStatic memberIntegrateAdaptiveTransformedOdd Adaptive approximation of the definite integral by the trapezium rule.
Public methodStatic memberIntegrateComposite Composite N-point approximation of the definite integral in the provided interval by the trapezium rule.
Public methodStatic memberIntegrateTwoPoint Direct 2-point approximation of the definite integral in the provided interval by the trapezium rule.
Top
Remarks
See Also