sparse matrices - Alternative to ARPACK++?

Sep 18, 2010 at 11:36pm
Hi,

I would like to compute a Cholesky decomposition of a sparse matrix.
From what I know is that LAPACK is not capable of dealing with sparse matrices in an efficient way. Is that right? (I was reading a book which is 13years old)

The only alternative to LAPACK I found was ARPACK(++) which should be able to deal with sparse matrices: http://www.caam.rice.edu/software/ARPACK/
Since this page is from 1998 I was wondering if there is a better solution?

Thank you for your help.
Kind regards,
harnz
Sep 18, 2010 at 11:42pm
Sep 18, 2010 at 11:44pm
Actually, it looks like someone may have done much of the work already: http://lists.boost.org/MailArchives/ublas/2005/07/0568.php
Sep 19, 2010 at 8:19am
thanks for the quick reply, I totally forgot about boost. Unfortunately I have never used it before. Is it possible to search the boost library for certain keywords?

Beside your last link, I was not able to finde a cholesky factorization and not even a sparse_matrax_vector_product. Is something like this implemented in uBLAS as well?

Btw: Is ARPACK still in use?

thanks.
Sep 22, 2010 at 2:27pm
Topic archived. No new replies allowed.