fsolve_options?

Søren Hauberg soren at hauberg.org
Sun Feb 1 09:41:34 CST 2009


Hi

It seems the 'fsolve_options' function is no longer available. I guess
this is due to the recent changes to fsolve/optim[set|get], right? If
so, then I think the following patch should be applied.

Søren
-------------- next part --------------
# HG changeset patch
# User Soren Hauberg <hauberg at gmail.com>
# Date 1233502853 -3600
# Node ID 73af4c3dda6475f65db9fbbeff8800b4a99c0f14
# Parent  09a1685c249a868cc0f6b53e0c913be2c4a33eef
doc/interpreter/nonlin.txi: remove reference to 'fsolve_options'

diff -r 09a1685c249a -r 73af4c3dda64 doc/ChangeLog
--- a/doc/ChangeLog	Sun Feb 01 16:30:29 2009 +0100
+++ b/doc/ChangeLog	Sun Feb 01 16:40:53 2009 +0100
@@ -1,3 +1,7 @@
+2009-02-01  Soren Hauberg <hauberg at gmail.com>
+
+	* interpreter/nonlin.txi: Remove reference to 'fsolve_options'.
+
 2009-02-01  Soren Hauberg <hauberg at gmail.com>
 
 	* interpreter/system.txi: Remove reference to 'eomdate'.
diff -r 09a1685c249a -r 73af4c3dda64 doc/interpreter/nonlin.txi
--- a/doc/interpreter/nonlin.txi	Sun Feb 01 16:30:29 2009 +0100
+++ b/doc/interpreter/nonlin.txi	Sun Feb 01 16:40:53 2009 +0100
@@ -43,8 +43,6 @@
 convergence is not guaranteed even if a solution exists.
 
 @DOCSTRING(fsolve)
-
- at DOCSTRING(fsolve_options)
 
 Here is a complete example.  To solve the set of equations
 @iftex


More information about the Octave-maintainers mailing list