Nemo.jl
Nemo.jl copied to clipboard
Add additional evaluation functions for *_mpoly
We currently use Flint for evaluation of fmpz/fmpq/nmod_mpoly's at arrays of Integers and elements of the coefficient ring.
Flint also supports evaluation at univariates and elements of the multivariate ring and evaluation at one variable at a time (that function is still being written by Daniel for evaluation at multivariates).
We should overload all these using the Flint functions, because they are much faster than the generic code in AbstractAlgebra, for these specific rings.