CubicSplineStationaryPoints Method |
Gets all the t values where the derivative is 0
see: https://mathworld.wolfram.com/StationaryPoint.html
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double[] StationaryPoints()
Return Value
DoubleAn array of t values (in the domain of the function) where the derivative of the spline is 0
See Also