comparison 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
comparison
equal deleted inserted replaced
5147:47e4c91e5799 5148:9eab94f5fadf
1 2005-02-18 John W. Eaton <jwe@octave.org>
2
3 * Array.cc (Array<T>::permute): Allow permutation vector longer
4 than number of dimenensions of permuted matrix.
5
6 * Array.cc (Array<T>::permute): Use zero-based indexing for perm_vec.
7 * Array-util.cc (calc_permutated_idx): Likewise.
8
1 2005-02-10 David Bateman <dbateman@free.fr> 9 2005-02-10 David Bateman <dbateman@free.fr>
2 10
3 * CNDArray.cc (ComplexNDarray::operator !): Change sense of test. 11 * CNDArray.cc (ComplexNDarray::operator !): Change sense of test.
4 * CMatrix.cc (ComplexMatrix::operator !): Likewise. 12 * CMatrix.cc (ComplexMatrix::operator !): Likewise.
5 13