Expand description
Contains an an algorithm to factor univariate polynomials over field extensions.
Structs§
- Probably
NotSquarefree unstable-enable
- Availability
Functions§
- poly_
factor_ extension unstable-enable
- Factors a polynomial with coefficients in a field
K
that is a simple, finite-degree field extension of a base field that supports polynomial factorization. - poly_
factor_ squarefree_ extension unstable-enable
- Factors a polynomial with coefficients in a field
K
that is a simple, finite-degree field extension of a base field that supports polynomial factorization.