Click or drag to resize

BoundaryConditions Enumeration

Condition how to manage the left and right boundary of a spline.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum BoundaryConditions
Members
Member nameValueDescription
Natural0natural boundaries, zero 2nd deriv.
FiniteDifferences1finite differences for 1st derivatives
Supply1stDerivative2user supplied f'(x_lo), f'(x_hi)
Supply2ndDerivative3user supplied f''(x_lo), f''(x_hi)
Periodic4periodic boundaries (NOT YET IMPLEMENTED)
See Also