Re: [eigen] Eigen::FFT and Eigen::Complex in repo |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen::FFT and Eigen::Complex in repo
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 20 Oct 2009 23:31:37 -0400
- 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=LBBufMUTs+E1Wzs7DVz4NX4cdgvPySwd1/T7CSUhmuI=; b=EkRA1+Gvxjz2DvPlVupItwiyxOpJqvG3bSjKne2+aDzmRhD0eAhk1MIhbgp9GxiLoo RoI3xD43XDPx02DuEXNEvtmckGYiM72wJ8z/vWKQo+C9qInHovok+VAm492hclIyWzsN DfxrdH7rld1wA7EoSzTKeeCg8vUF089NH9fKE=
- 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=ev2UR8RgkRZoUqqbNCrKmJAREk8Ju7RKEDs/yH4ohgsKnJbX914A/8eJarzKO6jskC jADmMOsEFyVfI9kAwTWTnKmMp1O6D3aur21pR4J8xrVPisYYToJfWkDeHuaaOAStmXIT kcB8gTd9c65bth4gZwR/cI/5NnFswd0BIzaKw=
Here are more TODO's:
* Doxygen documentation, for the FFT class.
* The fwd() and inv() methods for MatrixBase should have variants
taking only the input argument and returning the result "by value"
with the trick provided by the ReturnByValue class. See in my
refactor_solve_api fork how e.g. LU::solve() works in file LU/LU.h.
Benoit
2009/10/20 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> I just added MatrixBase support, can you check that that's what you wanted.
> Thanks!
>
> 2009/10/20 Mark Borgerding <mark@xxxxxxxxxxxxxx>:
>> The FFT module has been pushed into the eigen2 repository.
>>
>> It currently lives in "unsupported". The interface is still somewhat
>> fluid.
>>
>> Also of interest is the unsupported/Complex class.
>>
>> Comments & code changes welcome.
>>
>>
>> -- Mark
>>
>>
>>
>