comparison liboctave/ChangeLog @ 4015:6476dd85a65f

[project @ 2002-08-02 07:59:19 by jwe]
author jwe
date Fri, 02 Aug 2002 07:59:20 +0000
parents 8eaf7182d48a
children 0eb247b9cc9b
comparison
equal deleted inserted replaced
4014:8eaf7182d48a 4015:6476dd85a65f
1 2002-08-02 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * mx-inlines.cc (MX_ANY_ALL_OP_ROW_CODE, MX_ANY_ALL_OP_COL_CODE):
4 New macros.
5 (MX_ANY_ALL_OP): Define MX_ANY_ALL_OP using them and
6 MX_BASE_REDUCTION_OP.
7 (MX_CUMULATIVE_OP): Fix spelling. Change all uses.
8
1 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> 9 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu>
10
11 * chMatrix.h, chMatrix.cc (charMatrix::any, charMatrix::all):
12 Return boolMatrix, not Matrix.
13
14 * mx-inlines.cc (MX_ANY_ALL_OP, MX_ALL_OP, MX_ANY_OP): New macros.
15 * dMatrix.cc (Matrix::any): Replace guts with MX_ANY_OP.
16 (Matrix::all): Replace guts with MX_ALL_OP.
17 * CMatrix.cc (ComplexMatrix::any): Replace guts with MX_ANY_OP.
18 (ComplexMatrix::all): Replace guts with MX_ALL_OP.
19 * boolMatrix.cc (boolMatrix::any): Replace guts with MX_ANY_OP.
20 (boolMatrix::all): Replace guts with MX_ALL_OP.
21 * chMatrix.cc (charMatrix::any): Replace guts with MX_ANY_OP.
22 (charMatrix::all): Replace guts with MX_ALL_OP.
23
24 * dMatrix.h (Matrix::any): New arg, dim.
25 (Matrix::all): Likewise.
26 * CMatrix.h (ComplexMatrix::any): Likewise.
27 (ComplexMatrix::all): Likewise.
28 * boolMatrix.h (boolMatrix::any): Likewise.
29 (boolMatrix::all): Likewise.
30 * chMatrix.h (charMatrix::any): Likewise.
31 (charMatrix::all): Likewise.
2 32
3 * Makefile.in: Use $@-t instead of $@.t. 33 * Makefile.in: Use $@-t instead of $@.t.
4 34
5 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> 35 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu>
6 36