Expand description
Tools for Lagrange interpolation.
Functionsยง
- add_
scaled_ base_ slice_ in_ place x += y * s
, wheres
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
.