gcv_spline 0.2.0

A library for fitting and evaluating GCV splines.
Documentation
  • Coverage
  • 68%
    17 out of 25 items documented1 out of 17 items with examples
  • Size
  • Source code size: 64.53 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.74 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • biomechanics-foundation/gcv_spline
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cvhammond SpencerTWilliams github:biomechanics-foundation:chiron

gcv_spline - Generalized Cross-Validated Splines for Interpolation and Derivation in Pure Rust

This Rust crate implements the GCV spline, a versatile and easy-to-use spline structure for interpolating data at unknown points and taking accurate derivatives of smooth data.

GCV splines were first developed by Herman J. Woltring. The modules inside the private woltring module are based on his FORTRAN package and a C translation by D. Twisk. Comments from these versions are included in this implementation.