Re: [eigen] Cholesky Decompositon |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Cholesky Decompositon
- From: Adrien Escande <adrien.escande@xxxxxxxxx>
- Date: Tue, 14 Apr 2020 22:00:05 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=mxLFwdXnh7YO3jAgDcykx70gGMOD1TTp/zmV6sFIm3g=; b=TJyILhWmlxD+3UqD0JiKAzQYGJ9zQeeX65nQGW1+hOp3IJLjSp6DsiLOuXtUGgi5U/ FwTOoY8SY3noLgNfIItnfKxRCFHb5jzIHOWZ955m3WbsZix3R9D2kLQtwmAcuk1jQNyM Y9oHUZAfCxBxqluPAZJNqt0KjuIz82aw4EnAR+paYMeq4xaSO3cr0+zn/QosXTlv8rnh O8Y0UAEnJQy3XaMLgINYERk17QCbsn0j9qXeKTao8mfR0L1Nvk6Cc1L56WKyjACrWzpc 0aHLLGSqIV04XnUA8tSbNN/9Xa3An74li2c+kkO+3ZUBzE74kuf5HLQXV2BXDaD358TP ZZZA==
Dear Tommaso,
calling the method info() on your LLT object in this case should return
Eigen::ComputationInfo::NumericalIssue. It's not because the code didn't
crash that you can say the decomposition arrived at a result. Success is
conveyed by info() and there is no exception raised upon failure.