Solving the arising equation with preconditioned iteration method.
显示 更早的评论
I want to use preconditioned iteration method, like pcg or gmres, to solve
.
In each iteration, it has to solve some additional linear equation with
, where M is a selected preconditioner for A.
My question is:
- What method will Matlab use to solve the arising eqution
? - Based on the structure of M, I have a quick method to solve
, how can I use my method instead of the defaulted one? - Can I get souce code for pcg and gmres?(I tried and failed, because Matlab is not open sourced?) In this way I can write that part of code by myself.
Thanks a lot for your help!
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Sparse Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!