How to compute the ifft of a vector?

100 Views Asked by At

In the following post Concrete polynomial implementation it is said that the final step before obtaining the product of two polynomials is to compute the ifft of a vector.

How to compute the ifft of a vector for that example ?