comparison liboctave/ChangeLog @ 4017:0eb247b9cc9b

[project @ 2002-08-03 04:07:14 by jwe]
author jwe
date Sat, 03 Aug 2002 04:07:15 +0000
parents 6476dd85a65f
children cfb762dc9259
comparison
equal deleted inserted replaced
4016:139f5273d0f8 4017:0eb247b9cc9b
1 2002-08-02 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2002-08-02 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * CMatrix.h (ComplexMatrix::all, ComplexMatrix::any,
4 ComplexMatrix::cumprod, ComplexMatrix::cumsum,
5 ComplexMatrix::prod, ComplexMatrix::sum, ComplexMatrix::sumsq):
6 Default value for dim is -1, not 0.
7 * dMatrix.h (Matrix::all, Matrix::any, Matrix::cumprod,
8 Matrix::cumsum, Matrix::prod, Matrix::sum, Matrix::sumsq): Likewise.
9 * boolMatrix.h (boolMatrix:all, boolMatrix::any): Likewise.
10 * chMatrix.h (charMatrix::all, charMatrix::any): Likewise.
2 11
3 * mx-inlines.cc (MX_ANY_ALL_OP_ROW_CODE, MX_ANY_ALL_OP_COL_CODE): 12 * mx-inlines.cc (MX_ANY_ALL_OP_ROW_CODE, MX_ANY_ALL_OP_COL_CODE):
4 New macros. 13 New macros.
5 (MX_ANY_ALL_OP): Define MX_ANY_ALL_OP using them and 14 (MX_ANY_ALL_OP): Define MX_ANY_ALL_OP using them and
6 MX_BASE_REDUCTION_OP. 15 MX_BASE_REDUCTION_OP.