comparison liboctave/ChangeLog @ 5956:cdef72fcd206

[project @ 2006-08-22 20:36:56 by jwe]
author jwe
date Tue, 22 Aug 2006 20:36:57 +0000
parents fc46f9c99028
children 85c7dc4afe6b
comparison
equal deleted inserted replaced
5955:fc46f9c99028 5956:cdef72fcd206
1 2006-08-22 John W. Eaton <jwe@octave.org> 1 2006-08-22 John W. Eaton <jwe@octave.org>
2
3 * CMatrix.cc (ComplexMatrix::save_ascii): New function.
4 * dMatrix.cc (Matrix::save_ascii): New function.
2 5
3 * mx-inlines.cc (MX_ND_CUMULATIVE_OP): Correctly detect empty arrays. 6 * mx-inlines.cc (MX_ND_CUMULATIVE_OP): Correctly detect empty arrays.
4 If array is empty, return value is same size as array. 7 If array is empty, return value is same size as array.
5 (MX_ND_REDUCTION): Correctly detect empty arrays. 8 (MX_ND_REDUCTION): Correctly detect empty arrays.
6 If array is empty, produce correctly sized return value. 9 If array is empty, produce correctly sized return value.