Solving large linear systems
Afficher commentaires plus anciens
Hello,
I want to solve a large system Ax=b, the size of A is 300,000, the matrix is sparse and diagonal dominant.
Backslash is not more viable, so I'm trying to use "ilu" and "luinc" as a preconditioner within an iterative solver (bicg, gmres, pcg) but I get "out of memory" in the ilu/luinc computation.
Is there any suggestion you could give me? Is there any other function?
Thank you!
3 commentaires
Wolfgang Schwanghart
le 9 Juin 2011
What makes you think that backslash is not viable?
Hugo
le 9 Juin 2011
Andrew Newell
le 10 Juin 2011
By "size", do you mean each dimension?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Sparse Matrices dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!