Multiplication of Sparse complex matrix and a full matrix

4 次查看(过去 30 天)
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 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