(interpolate points options)
Interpolates set of points using cubic splines. http://en.wikipedia.org/wiki/Spline_interpolation
Interpolates set of points using cubic splines. http://en.wikipedia.org/wiki/Spline_interpolation
(interpolate-grid grid xs ys options)
Interpolates grid using bicubic splines.
Interpolates grid using bicubic splines.
(interpolate-grid-hermite grid xs ys options)
Interpolates grid using bicubic hermite splines.
Interpolates grid using bicubic hermite splines.
(interpolate-hermite points options)
Interpolates set of points using cubic hermite splines. http://en.wikipedia.org/wiki/Cubic_Hermite_spline
Interpolates set of points using cubic hermite splines. http://en.wikipedia.org/wiki/Cubic_Hermite_spline
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close