Re: solving Ax=b with sparse A
- From: Evgenii Rudnyi <usenet@xxxxxxxxx>
- Date: Thu, 02 Aug 2007 11:26:01 -0700
I am trying to solve Ax=b problem, where A is a sparse matrix. The
matrix A is saved in compressed column format.
If your matrix is positive definite, I would recommend you TAUCS
http://www.tau.ac.il/~stoledo/taucs/
Otherwise, try UMFPACK
http://www.cise.ufl.edu/research/sparse/umfpack/
Both takes compressed column format.
I have also tried once MUMPS
http://graal.ens-lyon.fr/MUMPS/
It is also not bad but you have to get a F90 compliler to compile it.
Best wishes,
Evgenii
.
- Follow-Ups:
- compiling taucs problem (Re: solving Ax=b with sparse A)
- From: H.S.
- Re: solving Ax=b with sparse A
- From: H.S.
- compiling taucs problem (Re: solving Ax=b with sparse A)
- References:
- solving Ax=b with sparse A
- From: H.S.
- solving Ax=b with sparse A
- Prev by Date: request for Monte Carlo demos
- Next by Date: Re: solving Ax=b with sparse A
- Previous by thread: Re: solving Ax=b with sparse A
- Next by thread: Re: solving Ax=b with sparse A
- Index(es):