Click or drag to resize

DifferIntegrate Class

[Missing <summary> documentation for "T:Altaxo.Calc.DifferIntegrate"]

Inheritance Hierarchy
SystemObject
  Altaxo.CalcDifferIntegrate

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

The DifferIntegrate type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDoubleExponential Evaluates the Riemann-Liouville fractional derivative that uses the double exponential integration.
Public methodStatic memberGaussKronrod Evaluates the Riemann-Liouville fractional derivative that uses the Gauss-Kronrod integration.
Public methodStatic memberGaussLegendre Evaluates the Riemann-Liouville fractional derivative that uses the Gauss-Legendre integration.
Top
See Also