]> git.tdb.fi Git - libs/math.git/commit
Add an interpolation sub-library
authorMikko Rasa <tdb@tdb.fi>
Sun, 2 Jun 2019 16:13:14 +0000 (19:13 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 2 Jun 2019 17:14:59 +0000 (20:14 +0300)
commit4b895388d12b160f486c8b49b3296b15eeed7cc2
tree700599af9b8ffc0bc2987603a9913023780f67f5
parent459c248db8804b2a51010c89b72d3a0d326267e9
Add an interpolation sub-library

Initially including polynomials and splines, with cubic Hermite splines
being the only implemented spline type.
Build
source/interpolate/dummy.cpp [new file with mode: 0644]
source/interpolate/hermitespline.h [new file with mode: 0644]
source/interpolate/polynomial.h [new file with mode: 0644]
source/interpolate/spline.h [new file with mode: 0644]