cubic-splinterpol

Crates.iocubic-splinterpol
lib.rscubic-splinterpol
version0.1.0
sourcesrc
created_at2021-01-24 12:45:46.271846
updated_at2021-01-24 12:45:46.271846
descriptionA library for efficient cubic spline interpolation on no_std.
homepage
repositoryhttps://github.com/barafael/cubic-splinterpol
max_upload_size
id346010
size42,100
Rafael Bachmann (barafael)

documentation

README

splinterpol-baremetal

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.

spline.png

Commit count: 28

cargo fmt