BarycentricInterpolateRationalFloaterHormannInplace(Double, Double) Method |
Create a barycentric rational interpolation without poles, using Mike Floater and Kai Hormann's Algorithm.
WARNING: Works in-place and can thus causes the data array to be reordered.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Barycentric InterpolateRationalFloaterHormannInplace(
double[] x,
double[] y
)
Parameters
- x Double
- Sample points (N), no sorting assumed.
- y Double
- Sample values (N).
Return Value
Barycentric[Missing <returns> documentation for "M:Altaxo.Calc.Interpolation.Barycentric.InterpolateRationalFloaterHormannInplace(System.Double[],System.Double[])"]
See Also