Documentation

CompPoly.Bivariate.GuruswamiSudan.Core

Guruswami-Sudan Core #

End-to-end executable CompPoly Guruswami-Sudan polynomial core, following the interpolation-and-root-finding decomposition of [GS99].

References #

def CompPoly.GuruswamiSudan.gsCore {F : Type u_1} [Field F] [BEq F] [LawfulBEq F] [DecidableEq F] (points : Array (F × F)) (interpContext : GSInterpContext F) (rootContext : GSRootContext F) (params : GSInterpParams) :

Run interpolation, then bounded-degree root finding, using explicit backends.

Instances For