フィルターのクリア

Improve efficiency of backslash operator for sparse matrices

2 ビュー (過去 30 日間)
Xiaohan Du
Xiaohan Du 2016 年 11 月 28 日
編集済み: Xiaohan Du 2016 年 11 月 28 日
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.
Many thanks!

回答 (1 件)

James Tursa
James Tursa 2016 年 11 月 28 日
You might find something in Tim Davis FEX submissions that would help:

カテゴリ

Help Center および File ExchangeSparse Matrices についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by