cubic-splines 0.2.0

A crate for fitting cubic splines to datasets.
Documentation
  • Coverage
  • 34.48%
    10 out of 29 items documented0 out of 10 items with examples
  • Size
  • Source code size: 20.34 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 626.35 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fizyk20

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: