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 evalation points x, compute coefficients.