Improve efficiency of backslash operator for sparse matrices
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all,
I have a problem which needs to perform x = A\b for hundreds of times, where A is a sparse matrix of roughly 1500*1500. The sparsity of A is very good. These operations takes lots of time, is there a way to improve the performance of the backslash operator in x = A\b? or to make these operations efficient? In fact, figure shows what spy(A) looks like.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/158446/image.png)
Many thanks!
0 Kommentare
Antworten (1)
James Tursa
am 28 Nov. 2016
You might find something in Tim Davis FEX submissions that would help:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Sparse Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!