[eigen] FFT for fixed size? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] FFT for fixed size?
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 24 Nov 2009 12:08:01 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=+6VolAM1pclu1Cov5+vMZ4Cwk2bwSFgv4a0Q0rvFzPo=; b=RRpUDW2sYr0czbKbR2Nly1kwTfGmvfNCFqv1BaXRBv8XtHeAWieSvmUtoCnd6naUP4 Gc1YD4Z0/7GOlMk0g92+6c6eK2kuBsngT3E/MSXOpvL1NfPaL5KmRZdgzdwNvEFFL+ZL NtrDnIJJted0TmffT8nU/TL+gJ6bG19h1zpnw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Jwk0u1hgwZ4uNTMJ6Tnag6hLFZhR5E+xGjwYX1HjaPko8Xv/ObVg6y71ETFnlfxueh OJtcQ91UBGvZDwbI6G7HRWs2B4GHZOorBpK2pjLYguJEeLEZwBfD86n6Owv+8S/ihOY6 fow9rkNR0DF0B/kADWwKrpueZ1vNt24Gicrr0=
Hi,
The last time that i checked, FFT didn't take advantage of small fixed
sizes. I'm completely ignorant and never used a FFT library, but
didn't we say in the past that we wanted FFT to support (efficiently)
fixed sizes too? At least powers of 2 (don't remember)? Isn't that one
of the biggest reasons to integrate it with Eigen? So tell me if i'm
mistaken; otherwise i believe that it is the kind of thing that needs
to be adressed before it moves to supported, because it's the kind of
thing that typically prompts API adjustments.
Benoit