Post Reply 
Question for the HP guys....
10-09-2017, 12:30 AM
Post: #3
RE: Question for the HP guys....
(10-09-2017 12:03 AM)Tim Wessman Wrote:  Download the source, search for "fft" and you'll probably find it. Bernard might chime in.

https://www-fourier.ujf-grenoble.fr/~par...modpoly.cc

Around line 3171:

Code:
  // Fast Fourier Transform, f the poly sum_{j<n} f_j x^j, 
  // and w=[1,omega,...,omega^[m-1]] with m a multiple of n (m=step*n)
  // return [f(1),f(omega),...,f(omega^[n-1]) [it's indeed n, not m]
  // WARNING f is given in ascending power
  void fft(const modpoly & f,const modpoly & w ,modpoly & res,environment * env){

Ceci n'est pas une signature.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Question for the HP guys.... - Mark Hardman - 10-09-2017 12:30 AM
RE: Question for the HP guys.... - parisse - 10-10-2017, 09:09 AM



User(s) browsing this thread: 1 Guest(s)