/interpolations

A fun project to practice my rusty C++ skills by implementing various interpolation schemes.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Interpolations

A collection of various interpolation schemes implemented in C++ for fun and practice.

Contains:

* Spline
* Divided differences
* Lagrange 

based interpolation schemes as well as neat implementation of Point and Points objects.