BulirschStoerRationalInterpolation Constructor |
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public BulirschStoerRationalInterpolation(
double[] x,
double[] y
)
Parameters
- x Double
- Sample Points t, sorted ascendingly.
- y Double
- Sample Values x(t), sorted ascendingly by x.
See Also