Re: [eigen] get scaling out of transform? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] get scaling out of transform?
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 22 Jan 2009 14:23:11 +0100
- 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=NFY29PheaLMHmCc4V9g97xPscjSuP/t5FIOKaHJ9Sc0=; b=dFc6zTnGbWPbwLAX/R+LsEA9zCBA7HIYiNWiGDHFdcyXXjeGyolvzlWPabeD72P+wZ 6sJRSU1Up52HwmFl3wcxzGRUEFns1pIqVEJFTFtAgo0nQWZqRmwelqwlcJVmso0mfaqU si/aEmxT2R7sioeIts+3P2Ck37G7V6wE5EKRw=
- 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=tqceCK5zHjwQW3OqmTlniqYjbIf4lcc6JchfsUtCjei5cWOThKMx8GVtoMm1O2XNhy Z+xFdQGruOYLAMIP+ve2K1zF1BW7RwrXyhNnJNK4HdRbg7q/Q2frrls/cmLE6u0T0DyN CUdPypMoxDc2iRZK8ihjMqus6q3uk3MFcYGcc=
2009/1/22 <gael.guennebaud@xxxxxxxxx>:
> On 1/22/09, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
>> There's another way that you can go, suffering again performance-wise
>> from the current lack of fixed-size specializations: use the
>> SelfAdjointEigenSolver.
>
> actually SelfAdjointEigenSolver has an optimized path for 3x3 matrices :)
Ah I didn't know!
So give me a minute, I reimplement rotation() and I implement scaling() ... !
Benoit
>
>
>