Re: [eigen] sse asin implementation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] sse asin implementation
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 14 Apr 2009 19:23:53 +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=9g2dMGULSkfOHMWzkYV0JUTM4VkmzC4E7qaxYnwbtrA=; b=edo/Dvz1zajDY/exOLoPCaqt612WnKRyAyV8rrvFw3DwBDZ7+QXpS3+KiNehjDOBz0 +2OUcCVnKf3XKEGxnhUc2xZR8J3jxGzj3r7h1XzfxtkXPkQYNce6lQpIPRTxpi3Avs0/ W+cSYrUD79CbuD0aEw4J1fm2GWDwXR6fWUnkY=
- 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=qHSp4xOMIrbH/HuIX/m5ImDPP175dgug9QKBDOIFPY3/FU/2/ZvhQBitSgDXo+kXOw kxovObuHyvDUubTxNSK9FfwPa5BdRIAcJTf641nD3Q5aMu9GhOYGFOdaq5+vV+Egoiuf TZXwJhsWTBRHJzUFAVaf8hOzuQFmAQDTz23Mw=
2009/4/14 Rohit Garg <rpg.314@xxxxxxxxx>:
> I looked at the TODO, and from a linear algebra library's perspective,
> do FFT, optimization and ODE solvers belong here?
They all have to start in unsupported/ until they have enough
potential users and a robust enough API to justify moving to Eigen/.
Currently, in unsupported/, we have:
AutoDiff
BVH
IterativeSolvers
MoreVectorization
For example, FFT would be really welcome to start here (hey Tim ;) )
Cheers,
Benoit