diff liboctave/ChangeLog @ 4532:01ee68d18069

[project @ 2003-10-10 00:49:54 by jwe]
author jwe
date Fri, 10 Oct 2003 00:49:55 +0000
parents e8d87fefd144
children ed2990fab58f
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Oct 07 14:57:39 2003 +0000
+++ b/liboctave/ChangeLog	Fri Oct 10 00:49:55 2003 +0000
@@ -1,3 +1,22 @@
+2003-10-09  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* CNDArray.cc (ComplexNDArray::increment_index): New function.
+	* dNDArray.cc (NDArray::increment_index): Likewise.
+	* boolNDArray.cc (boolNDArray::increment_index): Likewise.
+	* chNDArray.cc (charNDArray::increment_index): Likewise.
+
+	* dim-vector.h (rows, cols): Delete unused data members.
+
+	* Array.cc (Array<T>::get_size): Fix thinko.
+
+2003-10-08  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* Array.cc (Array<T>::squeeze): New function.
+	* CNDArray.h (ComplexNDArray::squeeze): Likewise.
+	* dNDArray.h (NDArray::squeeze): Likewise.
+	* boolNDArray.h (boolNDArray::squeeze): Likewise.
+	* chNDArray.h (charNDArray::squeeze): Likewise.
+
 2003-10-06  Petter Risholm  <risholm@stud.ntnu.no>
 
 	* Array.cc (ArrayN<T>::indexN): New definition.