Registered Member
|
Hi,
I would like to find Cholesky factorization of a 2x2 matrix. Please help me how may I do it by using Eigen.... Thanks in advance. |
Registered Member
|
Here is an example:
See http://eigen.tuxfamily.org/dox/classEigen_1_1LLT.html for a list of methods for the LLT class. You may also be interested in the LDLT class, which uses pivoting and is thus more stable; see http://eigen.tuxfamily.org/dox/classEigen_1_1LDLT.html for that. The tutorial page on decompositions at http://eigen.tuxfamily.org/dox/Tutorial ... gebra.html may also be useful. |
Registered Member
|
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]