Expand description
Copied from starkware-libs/stwo under Apache-2.0 license.
Structs§
- Multilinear extension of the function defined on the boolean hypercube.
Traits§
- Represents a multivariate polynomial
g(x_1, ..., x_n)
.
Functions§
- Computes
hypercube_eq(0, assignment) * eval0 + hypercube_eq(1, assignment) * eval1
. - Evaluates the boolean Lagrange basis polynomial
eq(x, y)
.