Re: [eigen] Precision in Cholesky Decomposition |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Precision in Cholesky Decomposition
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 8 Jun 2009 16:44:48 +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=I/5Oa8CyJ2j8PCLwbtEmFxhbEAdFWPvMgVv7O8KV6MA=; b=K+/bkxpU8Q6fXLQlkDHxvNoIZgs5zs+vnLBRyBdxtc8gnloesbMf3vpo60IHWjjMG4 V1O1MkPmin8jrBReh2oJP90VAj8t03o3gT1gtIju7BIFq5+lmbeEW+tCrSmYsolqRUN0 xpl4XIH1FdxXa9cv4Uj6mq9QjmwfTKn1UrILc=
- 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=X717kaYgofhGRSGTjrRsluS1nRXbins1dSYV68jwOLpWHdgNPBZxJFQFtLTSoPd+sM Mlkv1NJI+4qztWsaGellDs+PlCilMg58wh2BXWtKiFJcacPpFYCe21TzGTlfOQ9imMLI oCseHyCEd+6Jvr2rQHGJ+qL1tz0t00DuTGs0o=
2009/6/8 Scott Stephens <stephens.js@xxxxxxxxx>:
> I am using Eigen 2.0.2; I will try the development branch.
>
> I just double checked the precision necessary, and 1e-16 works, but
> 1e-15 does not. The condition number of the matrix is
> 2525609.87787008 (computed in MATLAB), so it would seem to be okay by
> your 1e15 criterion.
Indeed, that's a very reasonable condition number for double
precision, so it just seems that you hit the problems that existed in
the LLT implementation in Eigen 2.0.
Here's hoping that the development branch works for you! Keep us posted.
Benoit