Re: solving Ax=b with sparse A
- From: Hans Mittelmann <mittelmann@xxxxxxx>
- Date: Wed, 01 Aug 2007 20:34:35 -0700
On Aug 1, 8:27 pm, "H.S." <hs.saDELETEME...@xxxxxxxxx> wrote:
Hello,
I am trying to solve Ax=b problem, where A is a sparse matrix. The
matrix A is saved in compressed column format.
Currently I am looking at Sparse Blas
(http://math.nist.gov/spblas/original.html). It has a routine which
provides a functionality of compressed sparse column format triangular
solve. So, I need to convert A to a traingular matrix first?
Any other suggestions? I am doing this in C++.
regards
see
http://www.netlib.org/utk/people/JackDongarra/la-sw.html
.
- References:
- solving Ax=b with sparse A
- From: H.S.
- solving Ax=b with sparse A
- Prev by Date: solving Ax=b with sparse A
- Next by Date: Bogus paper accepted in Applied Math and Compt
- Previous by thread: solving Ax=b with sparse A
- Next by thread: Re: solving Ax=b with sparse A
- Index(es):
Relevant Pages
|
Loading