poly_interpolate

Function poly_interpolate 

Source
pub fn poly_interpolate<E: ExtElem>(
    out: &mut [E],
    x: &[E],
    fx: &[E],
    size: usize,
)
Expand description

General purpose polynomial interpolation.

Given the goal value f(x) at a set of evaluation points x, compute coefficients.