Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 246 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 246 Bytes

interpolation_lib

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.