|
From: | Carlo de Falco |
Subject: | [Octave-patch-tracker] [patch #7483] add the possibility to pass a function handle for the coefficient matrix |
Date: | Sat, 26 Feb 2011 20:07:24 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 |
URL: <http://savannah.gnu.org/patch/?7483> Summary: add the possibility to pass a function handle for the coefficient matrix Project: GNU Octave Submitted by: cdf Submitted on: Sat 26 Feb 2011 09:07:23 PM CET Category: None Priority: 5 - Normal Status: None Privacy: Public Assigned to: None Originator Email: Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: this patch adds the possibility to pass a function such that afun (x) = A * x instead of the matrix A itself as the second input parameter to the bicgstab function. This makes bicgstab more compatible with matlab and more similar to other iterative solvers. I also added a couple of additional tests. c. _______________________________________________________ File Attachments: ------------------------------------------------------- Date: Sat 26 Feb 2011 09:07:23 PM CET Name: bicgstab.changeset Size: 12kB By: cdf <http://savannah.gnu.org/patch/download.php?file_id=22792> _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/patch/?7483> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |