Multiplication of Sparse complex matrix and a full matrix
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
D_coder
il 26 Ago 2018
Risposto: Walter Roberson
il 26 Ago 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 Commenti
Risposta accettata
Walter Roberson
il 26 Ago 2018
The sparse multiplication will skip multiplying the elements that are known to be 0 in the sparse matrix.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Sparse Matrices in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!