Re: [eigen] Unifying decomposition interfaces |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Unifying decomposition interfaces
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 20 May 2009 16:23:07 +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=7qEVFuxOqvVRwT92MzznjDYLWAnTf5sfRbKPc7N1AA4=; b=dSqPeQekgNU/fi1jtkM7qBp6aAx31Zue1kOKlqTFix12Of60qVCFKLbJEdIZr41+gg sXufN5HJE94G43Agi92gufAK8eaWwcNPbpkf9TYC2P+FalloAEha7dExg2x4YVlwPhu4 2DctLaIhqbq6zLPq9bwCgkiCsPfKSgNEyR9/4=
- 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=HwP8NOiBRmXAig2h3NkIrjN/EYuhkuaSsOAueJbEz7BdOQQvRQVg1ZOGxE0slUbmaA D+LENxgRLLAN+cXYDqLT1e1Bhm8WVgE7KOCwOuko1Q+2Zamd4YzoUIiFfsENAX68Umoo aIyHnTMkNY0Np73rbhDcxgE6L71cb4vApmMuw=
Great, i'm super busy today but if Gael doesn't do it first i promise
to review your fork soon... ping me if i forget to.
Benoit
2009/5/20 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> On Wed, May 20, 2009 at 3:11 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
>> At first glance, i'd rather have asserts in every public function (...)
>
> For the moment I did that for PartialLU, LU and QR and I also added
> unit tests for the safe-guards. I did not introduce a new member but
> checked whether the size of a particular temporary is bigger than zero
> - same effect no more members.
>
> I commited the changes to the fork.
>
> - Hauke
>
>
>