JuliaMath / JuliaMath/Interpolations.jl
Hermite splines?
- Dominant language
- Julia
- Stars
- 575
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
A [recent post on julia-users](https://groups.google.com/forum/#!topic/julia-users/-bbJ_rVSOjs) made a case for [Cubic Hermite splines](http://en.wikipedia.org/wiki/Cubic_Hermite_spline), that seem to have some properties that regular B-splines might not have (although I must admit that I'm not too familiar with the terminology used in the julia-users thread...).
Cubic Hermite splines are quite similar to B-splines, but instead of using several data points to construct an interpolating polynomial, the derivatives at the data points are used instead. It readily generalizes to irregular grids, which is nice, but I can't find any good resources on whether it generalizes nicely also in dimensions.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.