Solving the arising equation with preconditioned iteration method.
Show older comments
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!
Accepted Answer
More Answers (0)
Categories
Find more on Sparse Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!