dkaramit / SimpleSplines

A header only library for linear, and cubic spline interpolation in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleSplines

A header only library for linear and cubic spline interpolation in C++.

For the moment, the code is copied from the ASAP project. So the code is quite simple, but works well, too. I will try to impove it here, though.

Cheers, Dimitris

About

A header only library for linear, and cubic spline interpolation in C++.

License:MIT License


Languages

Language:C++ 91.0%Language:Makefile 9.0%