Magma sparse matrix with non triangular solver
Posted: Sun Sep 09, 2018 3:32 am
Dear All.
Currently, I am solving linear equations Ax=b where A includes 1000 matrix size 100x100 and about 500 none zero elements for each matrix, and I want to solve it with sparse matrix and I follow the below example
viewtopic.php?f=2&t=1512
The problem is this using a triangular matrix but my matrix is stored like the tridiagonal matrix. Is there have any solution to my problem. I want to solve each matrix for each stream using sparse matrix solver.
Thank you in advance.
DaoThanh
Currently, I am solving linear equations Ax=b where A includes 1000 matrix size 100x100 and about 500 none zero elements for each matrix, and I want to solve it with sparse matrix and I follow the below example
viewtopic.php?f=2&t=1512
The problem is this using a triangular matrix but my matrix is stored like the tridiagonal matrix. Is there have any solution to my problem. I want to solve each matrix for each stream using sparse matrix solver.
Thank you in advance.
DaoThanh