[eigen] CHOLDMOD and SparseLLT status? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] CHOLDMOD and SparseLLT status?
- From: Jose Luis Blanco <joseluisblancoc@xxxxxxxxx>
- Date: Tue, 4 Oct 2011 22:50:13 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=cZNdI0rxOvzjjqyfUgUHJtDu+nf5aiPXvkhaVuQoiKE=; b=L4gNXTiSMTOYcoXONhmxqCDsZIHW4OG+oJaDRUV4bz9Gx0ytYsE6Yn5egWwjCCld4y fX6Qwg9dyPch/ddCtyisXgaVsiubaL/Hr5PT8Sr2kmZjsBgsg1QlRfqeVYReaDAfoDj4 VRo0deQ2WEJs3JA29XWS9HfpylhtomkBW55uI=
Hi all,
Anyone knows the current status of the LLT Cholesky decomposition for
sparse matrices in Eigen?
And what about the support for CHOLMOD?
I know they are unsupported modules, but directly trying the proposed
code in tutorials [1] leads to errors and, in fact, some headers seem
to have disappeared at some point ( <Eigen/CholmodSupport>, #include
<Eigen/UmfPackSupport>, ...). Any help will be welcome.
Cheers,
Jose Luis
[1] http://eigen.tuxfamily.org/api/TutorialSparse.html