gcv_spline

Crates.iogcv_spline
lib.rsgcv_spline
version0.2.0
sourcesrc
created_at2024-01-26 05:07:30.185941
updated_at2024-01-28 07:07:00.954389
descriptionA library for fitting and evaluating GCV splines.
homepage
repositoryhttps://github.com/SpencerTWilliams/gcv_spline
max_upload_size
id1115213
size65,089
chiron (github:biomechanics-foundation:chiron)

documentation

README

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.

Commit count: 0

cargo fmt