Function risc0_zkp::core::poly::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.