Solving the arising equation with preconditioned iteration method.
Ältere Kommentare anzeigen
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!
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Sparse Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!