solving Ax=b with sparse A




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,
->HS
.



Relevant Pages

  • Re: 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)