Multiplication of Sparse complex matrix and a full matrix
    5 views (last 30 days)
  
       Show older comments
    
    D_coder
 on 26 Aug 2018
  
    
    
    
    
    Answered: Walter Roberson
      
      
 on 26 Aug 2018
            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 Comments
Accepted Answer
  Walter Roberson
      
      
 on 26 Aug 2018
        The sparse multiplication will skip multiplying the elements that are known to be 0 in the sparse matrix.
0 Comments
More Answers (0)
See Also
Categories
				Find more on Sparse Matrices in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

