diff liboctave/ChangeLog @ 4530:e8d87fefd144

[project @ 2003-10-07 04:02:04 by jwe]
author jwe
date Tue, 07 Oct 2003 04:02:04 +0000
parents c0a23a13eea2
children 01ee68d18069
line wrap: on
line diff
--- a/liboctave/ChangeLog	Sat Oct 04 19:35:36 2003 +0000
+++ b/liboctave/ChangeLog	Tue Oct 07 04:02:04 2003 +0000
@@ -1,3 +1,14 @@
+2003-10-06  Petter Risholm  <risholm@stud.ntnu.no>
+
+	* Array.cc (ArrayN<T>::indexN): New definition.
+	* Array.h (Array<T>::indexN): Provide decl.
+	* Array.cc (ArrayN<T>::index (idx_vector&, int, const T&):
+	Call indexN if more than 2 indices.
+	(ArrayN<T>::index (Array<idx_vector>&, int, const T&)):
+	Make it (mostly) work.
+	* ArrayN-inline.h (number_of_elements, get_ra_idx, short_freeze):
+	New functions.
+
 2003-10-02  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* cmd-edit.cc (do_readline): Pass eof to octave_fgetl.