/PolyharmonicSplines.jl

Polyharmonic splines and Thin Plate splines in Julia

Primary LanguageJuliaMIT LicenseMIT

PolyharmonicSplines

Build Status

Polyharmonic splines are used for function approximation and data interpolation. They are useful for interpolation of scattered data in many dimensions. A special case (k = 2) are called thin plate splines.

For usage see the examples directory.