michielm
03-01-2010, 01:54 PM
Hi,
I have a sparse diagonally banded matrix of e.g. 28 filled elements and 72 empty ones. I want to solve the system and I have two options:
1. use conjugant gradient mathod to solve the sparse banded matrix directly
2. translate the sparse matrix to a full matrix of 28 filled elements and solve that one (seems not possible, but in my particular case it is!)
does anyone know which one will be faster? Or can someone give me a hint on how much slower, solution of a sparse 28-72 matrix is as compared to a full 28 matrix?!
Thanks in advance!
I have a sparse diagonally banded matrix of e.g. 28 filled elements and 72 empty ones. I want to solve the system and I have two options:
1. use conjugant gradient mathod to solve the sparse banded matrix directly
2. translate the sparse matrix to a full matrix of 28 filled elements and solve that one (seems not possible, but in my particular case it is!)
does anyone know which one will be faster? Or can someone give me a hint on how much slower, solution of a sparse 28-72 matrix is as compared to a full 28 matrix?!
Thanks in advance!