Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #34371: support factoring polynomials modulo prime powers
Currently, `Polynomial_zmod_flint` refuses to factor polynomials modulo composites, which is generally not well-defined. However, we can easily make this work modulo prime powers (where it ''is'' well-defined) by reusing the implementation for polynomials over p‑adics. This is almost certainly not the fastest way of doing it, but at least it ''works''. URL: https://trac.sagemath.org/34371 Reported by: lorenz Ticket author(s): Lorenz Panny Reviewer(s): Travis Scrimshaw
- Loading branch information