Effacer les filtres
Effacer les filtres

Multiplication of Sparse complex matrix and a full matrix

4 vues (au cours des 30 derniers jours)
D_coder
D_coder le 26 Août 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 commentaires
Stephen23
Stephen23 le 26 Août 2018
Modifié(e) : Stephen23 le 26 Août 2018
" 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 le 26 Août 2018
it means will the mutliplication with zero be saved? Or still the multiplication will occur

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 26 Août 2018
The sparse multiplication will skip multiplying the elements that are known to be 0 in the sparse matrix.

Plus de réponses (0)

Catégories

En savoir plus sur Sparse Matrices dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by