Click or drag to resize

CubicSplineStationaryPoints Method

Gets all the t values where the derivative is 0 see: https://mathworld.wolfram.com/StationaryPoint.html

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[] StationaryPoints()

Return Value

Double
An array of t values (in the domain of the function) where the derivative of the spline is 0
See Also