octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #9282] add minres for sparse linear system


From: Marco Caliari
Subject: [Octave-patch-tracker] [patch #9282] add minres for sparse linear systems
Date: Sat, 11 Mar 2017 11:28:01 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

Follow-up Comment #5, patch #9282 (project octave):

1. Could it be what given in formula (5.17) of Paige&Saunders?
Moreover, it seems that you compute the true residual (b-A*x), which requires
an additional matrix-vector per step. I think you should use formulas
(5.13)--(5.16).

2. If by "ill-conditioned" you mean that octave gives the warning "matrix is
singular...", I think Cristiano did something with try... catch.
You could use issymmetric. Does matlab check it? For instance, there is not
such a check in pcg. 

4. Does matlab accept complex matrices? Does it work with complex matrices?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9282>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]