Re: [eigen] FFT for Eigen -- added to hg fork |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] FFT for Eigen -- added to hg fork
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 19 May 2009 14:52:08 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=xsUyw/gFS7bHQbp8QHS55mOTfLr1ON0tJ9OoE7IprQM=; b=ujY+kUDbQhSwYUlaOFFf8hhZWUIKmZAEf2ORTaYASIK4lLyD1TF0TL5sEzvo5nWSho uSsxXGotB2MWC9gp75HjRibhEw04fZZcFoDSBk67E6TOw6f2Zoljhx1+w9ApuAe0fAa4 vHCUCBFFDKR4NsQYcFjQ5AuOu8TvmiqeUJTA8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=nUxb13Qlu8nReoj0huvnw6lFHanryubtWaj3fVn0taAZek9A3V5ezI97W0xcp7BH9N GNR9VatRegla/Sxqs8NXhJYEHYlhX+ScNENdXLeTjYzVo0lXpy1JiUj0hld9cixbX652 UkWu5IpVnAoP0JPwPBE8A2nsHmMHb+6Jbe144=
Great! Keep us posted about your progress and don't hesitate to ask questions.
You need to configure your identity as explained here,
http://eigen.tuxfamily.org/index.php?title=Developer's_Corner#Mercurial_workflow
Benoit
2009/5/19 Mark Borgerding <mark@xxxxxxxxxxxxxx>:
> The initial pass at a FFT module has been implemented in the hg fork
> http://bitbucket.org/mborgerd/eigen2_for_fft
>
> There are lots of "TODO"s sprinkled throughout the code, but the basic 1-d
> complex fwd and inverse FFTs should work.
>
>
>
>