Crates.io | cubic-splines |
lib.rs | cubic-splines |
version | 0.2.0 |
source | src |
created_at | 2021-05-03 13:36:01.887483 |
updated_at | 2021-05-03 13:36:01.887483 |
description | A crate for fitting cubic splines to datasets. |
homepage | |
repository | |
max_upload_size | |
id | 392500 |
size | 20,345 |
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: