comparison liboctave/ChangeLog @ 4821:22f024a25c4a

[project @ 2004-03-05 16:19:11 by jwe]
author jwe
date Fri, 05 Mar 2004 16:19:11 +0000
parents 4908c82cd1a1
children d0aa1a59b73b
comparison
equal deleted inserted replaced
4820:a436d388b041 4821:22f024a25c4a
1 2004-03-05 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Array.cc (Array<T>::maybe_delete_elements): Return immediately
4 if all LHS dimensions are zero. For one index case, freeze and
5 sort idx_vec before checking length, and do nothing if
6 num_to_delete is zero.
7
1 2004-03-04 David Bateman <dbateman@free.fr> 8 2004-03-04 David Bateman <dbateman@free.fr>
2 9
3 * dNDArray.cc (NDArray::ifourier): Arg is int, not const int. 10 * dNDArray.cc (NDArray::ifourier): Arg is int, not const int.
4 * CNDArray.cc (ComplexNDArray::ifourier): Likewise. 11 * CNDArray.cc (ComplexNDArray::ifourier): Likewise.
5 12