You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of some interpolation methods to test the usefulness of extending Python with C via the PythonC API. Methods include Lagrange and Newton polynomial basis interpolation, Chebyshev nodal polynomial and splines.