Re: solving Ax=b with sparse A



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


.



Relevant Pages

  • solving Ax=b with sparse A
    ... matrix A is saved in compressed column format. ... I need to convert A to a traingular matrix first? ...
    (sci.math.num-analysis)
  • Re: How to concatenate?
    ... Must have been the column format. ... > to 'General' and re-enter your formula ... > Frank Kabel ...
    (microsoft.public.excel.newusers)

Loading