Making a diagonally dominant matrix sparse
Mostra commenti meno recenti
I need to solve a system of the sort: Ax=b where the unknown is the matrix A. This matrix is symmetric and many times for smaller inputs happened to be diagonally dominant https://en.wikipedia.org/wiki/Diagonally_dominant_matrix. For the moment I regard it a dense matrix and thus get out of memory as n^2 gets out of hand fast. Any idea on how to tackle the problem?
Risposte (0)
Categorie
Scopri di più su Sparse Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!