arb
arb copied to clipboard
Add arb_mpoly and acb_mpoly modules
The code can be based on the new multivariate polynomials in flint:
https://github.com/wbhart/flint2/tree/trunk/fmpz_mpoly
In particular, https://github.com/wbhart/flint2/blob/trunk/mpoly.h now defines useful common methods for implementing multivariate polynomials.
This would have to be developed in a branch until there is a new flint release.