Crate p3_interpolation

Source
Expand description

Tools for Lagrange interpolation.

Functionsยง

add_scaled_base_slice_in_place
x += y * s, where s is a scalar.
interpolate_coset
Given evaluations of a batch of polynomials over the given coset of the canonical power-of-two subgroup, evaluate the polynomials at point.
interpolate_subgroup
Given evaluations of a batch of polynomials over the canonical power-of-two subgroup, evaluate the polynomials at point.