Multiplication of Sparse complex matrix and a full matrix

4 ビュー (過去 30 日間)
D_coder
D_coder 2018 年 8 月 26 日
回答済み: Walter Roberson 2018 年 8 月 26 日
Let A be a sparse matrix and B be a full matrix . C = A.*B. Will multiplication of elements of B corresponding to the zero elements of A be eliminated?
  2 件のコメント
Stephen23
Stephen23 2018 年 8 月 26 日
編集済み: Stephen23 2018 年 8 月 26 日
" Will multiplication of elements of B corresponding to the zero elements of A be eliminated?"
What do you mean by "eliminated"? This is not a MATLAB term that I am familiar with.
D_coder
D_coder 2018 年 8 月 26 日
it means will the mutliplication with zero be saved? Or still the multiplication will occur

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

採用された回答

Walter Roberson
Walter Roberson 2018 年 8 月 26 日
The sparse multiplication will skip multiplying the elements that are known to be 0 in the sparse matrix.

その他の回答 (0 件)

カテゴリ

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