cubic-splinterpol 0.1.0

A library for efficient cubic spline interpolation on no_std.
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 3 items with examples
  • Size
  • Source code size: 65.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.29 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • barafael/cubic-splinterpol
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • barafael

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