diff liboctave/ChangeLog @ 4938:703d97b89507

[project @ 2004-08-09 20:21:59 by jwe]
author jwe
date Mon, 09 Aug 2004 20:21:59 +0000
parents cd58733c326b
children 954cc2ba6a49
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Aug 06 16:21:20 2004 +0000
+++ b/liboctave/ChangeLog	Mon Aug 09 20:21:59 2004 +0000
@@ -1,3 +1,14 @@
+2004-08-09  John W. Eaton  <jwe@octave.org>
+
+	* idx-vector.h (idx_vector::idx_vector_rep::tree_to_mat_idx
+	(const octave_int<U>&)): New member function. 
+	(idx_vector::idx_vector_rep::tree_to_mat_idx (double, bool&),
+	idx_vector::idx_vector_rep::tree_to_mat_idx (int)):
+	Now member functions instead of static in idx-vector.cc.
+	(idx_vector::idx_vector_rep::idx_vector_rep (const octave_int<U>&),
+	idx_vector::idx_vector_rep::idx_vector_rep (const intNDArray<U>&)):
+	New template constructors.
+
 2004-08-05  John W. Eaton  <jwe@octave.org>
 
 	* EIG.cc (EIG::init): Add volatile qualifier to nvr decl.