BarycentricInterpolate |
Name | Description | |
---|---|---|
InterpolateRationalFloaterHormannInplace(Double, Double) | 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. | |
InterpolateRationalFloaterHormannInplace(Double, Double, Int32) | 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. |