Solving large linear systems
古いコメントを表示
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 件のコメント
Wolfgang Schwanghart
2011 年 6 月 9 日
What makes you think that backslash is not viable?
Hugo
2011 年 6 月 9 日
Andrew Newell
2011 年 6 月 10 日
By "size", do you mean each dimension?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Sparse Matrices についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!