//
pkg.gl
Category
github.com/consensys/gnark
std
polynomial
package
0.12.0
Repository:
https://github.com/consensys/gnark.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
6
Files
126 SLOC
#
Functions
EvalEq
EvalEq returns Πⁿ₁ Eq(xᵢ, yᵢ) = Πⁿ₁ xᵢyᵢ + (1-xᵢ)(1-yᵢ) = Πⁿ₁ (1 + 2xᵢyᵢ - xᵢ - yᵢ).
InterpolateLDE
InterpolateLDE fits a polynomial f of degree len(values)-1 such that f(i) = values[i] whenever defined.
#
Type aliases
MultiLin
No description provided by the author
Polynomial
No description provided by the author