changeset 2777:d741b18efb63

[project @ 1997-03-01 21:09:32 by jwe]
author jwe
date Sat, 01 Mar 1997 21:10:43 +0000
parents ba76e3f830dc
children 7aea603a10ba
files PROJECTS src/ChangeLog src/quad.cc test/ChangeLog test/Makefile.in
diffstat 5 files changed, 17 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/PROJECTS	Sat Mar 01 18:00:16 1997 +0000
+++ b/PROJECTS	Sat Mar 01 21:10:43 1997 +0000
@@ -69,13 +69,17 @@
   * Optional inputs for fsqp.
 
   * Allow parameters to be passed through the call to fsolve() to the
-   user-supplied function for Matlab compatibility.  Don't place an
+    user-supplied function for Matlab compatibility.  Don't place an
     upper limit on the number of arguments.
 
   * If possible, make economy QR factorization actually take advantage
     of the form of the result instead of just dropping columns.
     Lapack doesn't appear to do this yet.
 
+  * Check matrices for symmetry before computing eigenvalues, etc.,
+    and then use the routines for symmetric matrices for improved
+    performance.
+
   * Check matrix classes for proper handling of empty matrices.
 
   * Force all empty matrices to be 0x0 even when other dimensions have
--- a/src/ChangeLog	Sat Mar 01 18:00:16 1997 +0000
+++ b/src/ChangeLog	Sat Mar 01 21:10:43 1997 +0000
@@ -2,6 +2,8 @@
 
 	* Version 2.0.5 released.
 
+	* quad.cc: If quad is defined, undefine it.
+
 	* octave.cc: If WITH_KPATHSEARCH is defined, don't define
 	program_invocation_name or program_invocation_short_name.
 
--- a/src/quad.cc	Sat Mar 01 18:00:16 1997 +0000
+++ b/src/quad.cc	Sat Mar 01 21:10:43 1997 +0000
@@ -41,6 +41,10 @@
 #include "utils.h"
 #include "variables.h"
 
+#if defined (quad)
+#undef quad
+#endif
+
 // Global pointer for user defined function required by quadrature functions.
 static tree_fvc *quad_fcn;
 
--- a/test/ChangeLog	Sat Mar 01 18:00:16 1997 +0000
+++ b/test/ChangeLog	Sat Mar 01 21:10:43 1997 +0000
@@ -2,6 +2,9 @@
 
 	* Version 2.0.5 released.
 
+	* Makefile.in (OCTAVE_SCRIPT_PATH): Try harder to find the right
+	directory for .oct files.
+
 Thu Feb 20 02:58:05 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* Version 2.0.4 released.
--- a/test/Makefile.in	Sat Mar 01 18:00:16 1997 +0000
+++ b/test/Makefile.in	Sat Mar 01 21:10:43 1997 +0000
@@ -22,7 +22,9 @@
 
 OCTAVE_BINARY = ../src/octave
 
-OCTAVE_SCRIPT_PATH = .:../src:$(srcdir)/../scripts//
+ABS_TOPDIR := $(shell cd $(TOPDIR); pwd)
+
+OCTAVE_SCRIPT_PATH = .:$(ABS_TOPDIR)/src//:$(srcdir)/../scripts//
 
 # Complete directory trees to distribute.
 DISTDIRS = config octave.test