Crate cubic_splinterpol

Crate cubic_splinterpol 

Source
Expand description

A library for using cubic spline interpolation on no_std.

Enums§

Error
The possible errors of this crate

Functions§

plot_coeffs_into
Plot given coefficients into the buffer according to the intervals given in xs
splinterpol
Given xs and ys of same length n, calculate the coefficients of n-1 cubic polynomials.