Click or drag to resize

BarycentricInterpolateRationalFloaterHormannInplace Method

Overload List
 NameDescription
Public methodStatic memberInterpolateRationalFloaterHormannInplace(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.
Public methodStatic memberInterpolateRationalFloaterHormannInplace(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.
Top
See Also