|
From: | Xie Rui |
Subject: | [Octave-patch-tracker] [patch #9282] add minres for sparse linear systems |
Date: | Wed, 15 Mar 2017 23:47:13 -0400 (EDT) |
User-agent: | Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 |
Follow-up Comment #12, patch #9282 (project octave): I removed the try...catch inside the iteration and the check of ishermitian. I changed the stagnation criterion to norm(resvec(k+1)-resvec(k)) <= eps * norm(resvec(k+1)). I changed the use of preconditioner. Now it uses m1 and m2 as a split preconditioner. However, it still uses m1 as a left preconditioner when m2 does not exist. (file #40010) _______________________________________________________ Additional Item Attachment: File name: minres.m Size:20 KB _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/patch/?9282> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |