Solving the arising equation with preconditioned iteration method.
Afficher commentaires plus anciens
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!
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Sparse Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!