Vanishing Polynomials for Array Nodes #
Reusable executable construction of ∏ x in xs, (X - x).
structure
CompPoly.CPolynomial.VanishingPolynomialContext
(F : Type u_2)
[Field F]
[BEq F]
[LawfulBEq F]
:
Type u_2
Operation dictionary for array vanishing-polynomial construction.
- vanishingPolynomial : Array F → CPolynomial F
Instances For
def
CompPoly.CPolynomial.VanishingPolynomialContext.direct
{F : Type u_1}
[Field F]
[BEq F]
[LawfulBEq F]
:
Direct folded vanishing-polynomial context.
Instances For
def
CompPoly.CPolynomial.VanishingPolynomialContext.subproduct
{F : Type u_1}
[Field F]
[BEq F]
[LawfulBEq F]
(M : MulContext F)
:
Subproduct-tree-backed vanishing-polynomial context.