Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mitya57/interpolation

Interpolation methods
https://github.com/mitya57/interpolation

Last synced: 24 days ago
JSON representation

Interpolation methods

Awesome Lists containing this project

README

        

This program implements two interpolation methods:

- Decomposition into [Chebyshev polynomials];
- Interpolation using cubic splines with natural boundary conditions.

[Chebyshev polynomials]: https://en.wikipedia.org/wiki/Chebyshev_polynomials

Build using:

$ qmake-qt4
$ make