Solving large linear systems
Show older comments
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 Comments
Wolfgang Schwanghart
on 9 Jun 2011
What makes you think that backslash is not viable?
Hugo
on 9 Jun 2011
Andrew Newell
on 10 Jun 2011
By "size", do you mean each dimension?
Accepted Answer
More Answers (0)
Categories
Find more on Sparse Matrices in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!