pub fn poly_interpolate<E: ExtElem>( out: &mut [E], x: &[E], fx: &[E], size: usize, )
General purpose polynomial interpolation.
Given the goal value f(x) at a set of evaluation points x, compute coefficients.