Nemo.jl icon indicating copy to clipboard operation
Nemo.jl copied to clipboard

Add additional evaluation functions for *_mpoly

Open wbhart opened this issue 6 years ago • 0 comments

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.

wbhart avatar Jan 23 '19 17:01 wbhart