Crates.io | cubic-splinterpol |
lib.rs | cubic-splinterpol |
version | 0.1.0 |
source | src |
created_at | 2021-01-24 12:45:46.271846 |
updated_at | 2021-01-24 12:45:46.271846 |
description | A library for efficient cubic spline interpolation on no_std. |
homepage | |
repository | https://github.com/barafael/cubic-splinterpol |
max_upload_size | |
id | 346010 |
size | 42,100 |
Bare metal cubic spline interpolation with Rust [no_std]
Given 2d points on the plane, calculate piecewise polynomials which connect the points in a most smooth way.
There can be an arbitrary (const) number of points. Due to limitations in num-trait or my coding abilities, only f32 coordinates are supported.