diff liboctave/ChangeLog @ 5148:9eab94f5fadf

[project @ 2005-02-18 19:04:34 by jwe]
author jwe
date Fri, 18 Feb 2005 19:04:34 +0000
parents f2858bbf0277
children 8b7b4ffab39c
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Feb 16 21:06:19 2005 +0000
+++ b/liboctave/ChangeLog	Fri Feb 18 19:04:34 2005 +0000
@@ -1,3 +1,11 @@
+2005-02-18  John W. Eaton  <jwe@octave.org>
+
+	* Array.cc (Array<T>::permute): Allow permutation vector longer
+	than number of dimenensions of permuted matrix.
+
+	* Array.cc (Array<T>::permute): Use zero-based indexing for perm_vec.
+	* Array-util.cc (calc_permutated_idx): Likewise.
+
 2005-02-10  David Bateman  <dbateman@free.fr>
 
 	* CNDArray.cc (ComplexNDarray::operator !): Change sense of test.