Effacer les filtres
Effacer les filtres

Is it possible to perform calculations with sparse matrix without any stored elements

1 vue (au cours des 30 derniers jours)
Sören
Sören le 29 Jan 2015
Modifié(e) : John D'Errico le 29 Jan 2015
I have a matrix that is sparse but still has tons of non-zero elements, all of which are very fast to calculate. Does it make sense, and if yes it is possible, to perform calculations with this matrix without storage of even the non-zero elements?

Réponses (1)

John D'Errico
John D'Errico le 29 Jan 2015
Modifié(e) : John D'Errico le 29 Jan 2015
MATLAB does not allow a sparse matrix of that type, where the un-stored elements are other than zero.
So, no you cannot do any calculations with a matrix in a form that does not exist.

Catégories

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

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by