octave-maintainers
[Top][All Lists]
Advanced

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

[patch #9282] add minres for sparse linear systems


From: Xie Rui
Subject: [patch #9282] add minres for sparse linear systems
Date: Wed, 8 Mar 2017 08:13:17 -0500 (EST)
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

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

                 Summary: add minres for sparse linear systems
                 Project: GNU Octave
            Submitted by: xierui
            Submitted on: Wed 08 Mar 2017 01:13:15 PM UTC
                Category: Core : new function
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

It solves the linear system of equations A*x = b by means of the minimum
residual method. 
Refenrences:
1. Matlab documentation of minres
<https://www.mathworks.com/help/matlab/ref/minres.html>
2. C. C. PAIGE and M. A. SAUNDERS, @cite{Solution of Sparse Indefinite Systems
of Linear Equations},
SIAM J. Numer. Anal., 1975. (the minimum residual method)



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 08 Mar 2017 01:13:15 PM UTC  Name: minres.m  Size: 10kB   By: xierui
add minres for sparse linear systems
<http://savannah.gnu.org/patch/download.php?file_id=39940>
-------------------------------------------------------
Date: Wed 08 Mar 2017 01:13:15 PM UTC  Name: minres.patch  Size: 11kB   By:
xierui
add minres for sparse linear systems
<http://savannah.gnu.org/patch/download.php?file_id=39941>

    _______________________________________________________

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]