comparison liboctave/ChangeLog @ 3582:a93683ccc9ba

[project @ 2000-02-05 10:00:49 by jwe]
author jwe
date Sat, 05 Feb 2000 10:00:51 +0000
parents 2923f52d8fda
children d9803711e047
comparison
equal deleted inserted replaced
3581:aa8f5aa90c25 3582:a93683ccc9ba
1 2000-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2000-02-05 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * vx-rv-crv.h, vx-cv-ccv.h, vx-crv-rv.h, vx-ccv-cv.h,
4 vx-rv-crv.cc, vx-cv-ccv.cc, vx-crv-rv.cc, vx-ccv-cv.cc:
5 More new files.
6 * Makefile.in: Add them to the appropriate lists.
7
8 * vx-ccv-s.h, vx-crv-s.h, vx-cs-cv.h, vx-cs-rv.h, vx-cv-cs.h,
9 vx-rv-cs.h, vx-s-ccv.h, vx-s-crv.h, vx-ccv-s.cc, vx-crv-s.cc,
10 vx-cs-cv.cc, vx-cs-rv.cc, vx-cv-cs.cc, vx-rv-cs.cc, vx-s-ccv.cc,
11 vx-s-crv.cc:, New files.
12 * Makefile.in: Add them to the appropriate lists.
13
14 * CRowVector.h, CRowVector.cc, CColVector.h, CColVector.cc:
15 Delete scalar by vector and vector by scalar binary ops.
2 16
3 * MArray-defs.h: More new macros to handle MDiagArray operators. 17 * MArray-defs.h: More new macros to handle MDiagArray operators.
4 * dDiagMatrix.h, CDiagMatrix.h: Use the op-forwarding macros. 18 * dDiagMatrix.h, CDiagMatrix.h: Use the op-forwarding macros.
5 19
6 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> 20 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu>