On 7/4/06, Phil Steitz <[EMAIL PROTECTED]> wrote:
Hi Rem[i],
On 7/2/06, Remi Arntzen <[EMAIL PROTECTED]> wrote:
> I was just wondering if there are other people with an interest in
> developing an FFT class.
Yes! This has been on the roadmap for commons math for quite a while.
I just committed an FFT package that was submitted some time ago. It
is in a new "transform" package, org.apache.commons.math.transform.
There it is!
Your code below implements a different transform, which could be added
to the transform package as well, providing that you (or someone else)
are willing to document the algorithm and provide test cases.
It's the same transform implemented via a different yet closely
related algorithm, therefore there is no need to add it to the
package. The current implementation is essentially the end product of
what I was hoping for.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]