changeset 33:0b6a688ec4ac octave-forge

reference fsolve
author pkienzle
date Wed, 31 Oct 2001 19:07:07 +0000
parents 7f4ee8a03ea5
children 152811bd8adb
files FIXES/Makefile FIXES/README
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/FIXES/Makefile	Wed Oct 31 19:05:28 2001 +0000
+++ b/FIXES/Makefile	Wed Oct 31 19:07:07 2001 +0000
@@ -1,6 +1,6 @@
 include ../Makeconf
 
-PROGS = rand.oct randn.oct
+PROGS = rand.oct randn.oct fsolve.oct
 
 all: $(PROGS)
 
--- a/FIXES/README	Wed Oct 31 19:05:28 2001 +0000
+++ b/FIXES/README	Wed Oct 31 19:07:07 2001 +0000
@@ -31,6 +31,7 @@
 lin2mu		(accepts -1:1 audio range; accepts matrix)
 cross		(accepts matrices)
 grid		(control x/y grids and grid density independently)
+fsolve		(allow parameters through fsolve to user function)
 
 Bug fixes
 =========