comparison liboctave/ChangeLog @ 5943:c038c2947ee1

[project @ 2006-08-18 21:27:03 by jwe]
author jwe
date Fri, 18 Aug 2006 21:27:04 +0000
parents 0dd8428bb260
children fc46f9c99028
comparison
equal deleted inserted replaced
5942:a02a305e06ee 5943:c038c2947ee1
1 2006-08-18 John W. Eaton <jwe@octave.org> 1 2006-08-18 John W. Eaton <jwe@octave.org>
2
3 * dMatrix.cc (Matrix::any_element_not_one_or_zero): New function.
4 * dMatrix.h: Provide decl.
5 * dNDArray.cc (NDArray::any_element_not_one_or_zero): New function.
6 * dNDArray.h: Provide decl.
7 * intNDArray.cc (intNDArray<T>::any_element_not_one_or_zero):
8 New function.
9 * intNDArray.h: Provide decl.
2 10
3 * Array.cc (Array<T>::permute): Only rearrange values if array is 11 * Array.cc (Array<T>::permute): Only rearrange values if array is
4 not empty. 12 not empty.
5 13
6 2006-07-26 John W. Eaton <jwe@octave.org> 14 2006-07-26 John W. Eaton <jwe@octave.org>