1 unstable release

0.2.0 May 3, 2021

#6 in #fitting


Used in atm-refraction

MIT license

21KB
568 lines

Interpolation with cubic splines

This is a Rust crate that implements interpolation with cubic splines. You choose a set of points and the boundary conditions, and the crate calculates a function that is continuous, has a continuous derivative and second derivative, and fits the given criteria.

For reference:

Dependencies

~155–330KB