changeset 3732:82f9f48d1147

[project @ 2000-10-31 20:12:59 by jwe]
author jwe
date Tue, 31 Oct 2000 20:12:59 +0000
parents c06bae7229cf
children 9265596fe0d1
files liboctave/ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Oct 31 20:03:21 2000 +0000
+++ b/liboctave/ChangeLog	Tue Oct 31 20:12:59 2000 +0000
@@ -1,7 +1,7 @@
 2000-10-31  Paul Kienzle  <pkienzle@kienzle.powernet.co.uk>
 
 	* Array2.cc (Array2<T>::transpose): Avoid copy for empty matrices
-	and vectors.
+	and vectors.  Use xelem for faster access to elements when copying.
 
 2000-10-18  John W. Eaton  <jwe@bevo.che.wisc.edu>