Re: [Numpy-discussion] fftpack_lite question

2009-10-26 Thread Ralf Gommers
Hi Sturla, Thanks for the overview. On Mon, Oct 26, 2009 at 5:24 PM, Sturla Molden wrote: > Ralf Gommers skrev: > > > > If anyone with knowledge of the differences between the C and Fortran > > versions could add a few notes at the above link, that would be great. > > > The most notable differe

Re: [Numpy-discussion] fftpack_lite question

2009-10-26 Thread Sturla Molden
Ralf Gommers skrev: > > If anyone with knowledge of the differences between the C and Fortran > versions could add a few notes at the above link, that would be great. > The most notable difference (from a user perspective) is that the Fortran version has more transforms, such as discrete sine and

Re: [Numpy-discussion] fftpack_lite question

2009-10-26 Thread Ralf Gommers
On Mon, Oct 26, 2009 at 12:04 AM, Ralf Gommers wrote: > > > On Sun, Oct 25, 2009 at 11:51 PM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Sun, Oct 25, 2009 at 4:21 PM, Ralf Gommers < >> ralf.gomm...@googlemail.com> wrote: >> >>> Hi all, >>> >>> Can anyone tell me if fftpac

Re: [Numpy-discussion] fftpack_lite question

2009-10-25 Thread Ralf Gommers
On Sun, Oct 25, 2009 at 11:51 PM, Charles R Harris < charlesr.har...@gmail.com> wrote: > > > On Sun, Oct 25, 2009 at 4:21 PM, Ralf Gommers > wrote: > >> Hi all, >> >> Can anyone tell me if fftpack_lite is an exact C translation of the >> fftpack Fortran code? Or at least close enough that the sig

Re: [Numpy-discussion] fftpack_lite question

2009-10-25 Thread Charles R Harris
On Sun, Oct 25, 2009 at 4:21 PM, Ralf Gommers wrote: > Hi all, > > Can anyone tell me if fftpack_lite is an exact C translation of the fftpack > Fortran code? Or at least close enough that the signature, parameter > descriptions and algorithm are the same? > > If so, I can use the fftpack Fortran

[Numpy-discussion] fftpack_lite question

2009-10-25 Thread Ralf Gommers
Hi all, Can anyone tell me if fftpack_lite is an exact C translation of the fftpack Fortran code? Or at least close enough that the signature, parameter descriptions and algorithm are the same? If so, I can use the fftpack Fortran sources (which have useful comments) to write docs for fftpack_lit