Does anyone know if the NTL library supports polynomials with real number coefficients, such as from the NTL classes RR or xdouble or just regular C++
floats?
I'm wanting to do polynomial multiplication for polynomials with real coefficients and would like if there was a class "RR_X
" (or something similar) like the ZZ_X
and ZZ_pX
classes that supports FFT polynomial multiplication.