Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 689 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 689 Bytes

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

Crates.io

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.