Rational |
public void SetBoundaryConditions( BoundaryConditions bnd, double b1, double b2 )
[Missing <param name="b1"/> documentation for "M:Altaxo.Calc.Interpolation.RationalCubicSpline.SetBoundaryConditions(Altaxo.Calc.Interpolation.BoundaryConditions,System.Double,System.Double)"]
[Missing <param name="b2"/> documentation for "M:Altaxo.Calc.Interpolation.RationalCubicSpline.SetBoundaryConditions(Altaxo.Calc.Interpolation.BoundaryConditions,System.Double,System.Double)"]
Natural natural boundaries, that means the 2nd derivatives are zero at both boundaries. This is the default value. FiniteDifferences use finite difference approximation for 1st derivatives. Supply1stDerivative user supplied values for 1st derivatives are given in b1 and b2 i.e. f'(x_lo) in b1 f'(x_hi) in b2 Supply2ndDerivative user supplied values for 2nd derivatives are given in b1 and b2 i.e. f''(x_lo) in b1 f''(x_hi) in b2 Periodic periodic boundary conditions for periodic curves or functions. NOT YET IMPLEMENTED IN THIS VERSION.