Click or drag to resize

SimpsonRule Class

Approximation algorithm for definite integrals by Simpson's rule.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.IntegrationSimpsonRule

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

The SimpsonRule type exposes the following members.

Methods
 NameDescription
Public methodStatic memberIntegrateComposite Composite N-point approximation of the definite integral in the provided interval by Simpson's rule.
Public methodStatic memberIntegrateThreePoint Direct 3-point approximation of the definite integral in the provided interval by Simpson's rule.
Top
See Also