diff liboctave/ChangeLog @ 7279:72b5e1701da2

[project @ 2007-12-10 21:01:48 by jwe]
author jwe
date Mon, 10 Dec 2007 21:04:33 +0000
parents 05ee52d7fad6
children df2c3977b0bf
line wrap: on
line diff
--- a/liboctave/ChangeLog	Mon Dec 10 20:30:17 2007 +0000
+++ b/liboctave/ChangeLog	Mon Dec 10 21:04:33 2007 +0000
@@ -1,5 +1,11 @@
 2007-12-10  John W. Eaton  <jwe@octave.org>
 
+	* NLEqn.h (NLEqn::fval): New data member.  Adjust constructors
+	and assignment operator.
+	(NLEqn::function_value): New function.
+	* NLEqn.cc (NLEqn::solve): If solution is successful, compute
+	function value.
+
 	* file-ops.cc (file_ops::concat): New function.
 	* file-ops.h: Provide decl.