Documentation

CompPoly.Univariate.Roots.Extraction

Root Extraction Helpers #

Candidate extraction, validation, and deduplication helpers for univariate root finding.

Extract the root of a represented nonconstant linear factor.

Instances For
    def CompPoly.CPolynomial.validateRootCandidates {F : Type u_1} [Field F] [BEq F] (p : CPolynomial F) (candidates : Array F) :

    Keep only candidates that are actual roots of the original polynomial.

    Instances For

      Extract, validate, and deduplicate roots from a list of linear factors.

      Instances For