0

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.

Haroldo Gondim
  • 7,725
  • 9
  • 43
  • 62
  • 2
    Provide more info like what did you try and what is not working. Also provide a working code snippet to allow others to review and answer better. – Aman Feb 14 '18 at 02:34
  • At the moment (v.11.0.0), NTL does not support real coefficients in polynomials. – AbcAeffchen May 07 '18 at 08:42

0 Answers0