필터 지우기
필터 지우기

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 CenterFile Exchange에서 Sparse Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by