How to improve performance of sparse matrix indexing in Matlab?

2 ビュー (過去 30 日間)
Shubham Maurya
Shubham Maurya 2016 年 3 月 1 日
コメント済み: Steven Lord 2016 年 3 月 1 日
I have a big sparse matrix and it takes lot of time to execute the whole code.
  1 件のコメント
Steven Lord
Steven Lord 2016 年 3 月 1 日
How big is "big sparse matrix"?
How sparse is it -- what percentage of the elements are nonzero?
What are you doing with this sparse matrix?
Are you certain that the sparse matrix indexing is the bottleneck of your code?
With the answers to these questions we have a chance at offering potential improvements to the code.

サインインしてコメントする。

回答 (1 件)

Nana August
Nana August 2016 年 3 月 1 日
Sparse matrix always need a lot memory in Matlab, maybe you can try Visual C++.

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by