Multiplication of Sparse complex matrix and a full matrix
    5 次查看(过去 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 个评论
采纳的回答
  Walter Roberson
      
      
 2018-8-26
        The sparse multiplication will skip multiplying the elements that are known to be 0 in the sparse matrix.
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


