Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 3574:787bb9d8f60e
[project @ 2000-02-04 10:13:23 by jwe]
author | jwe |
---|---|
date | Fri, 04 Feb 2000 10:13:26 +0000 |
parents | 6ae6f1180e62 |
children | a40ca99e3e75 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,7 +1,10 @@ 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> - * dColVector.h, dRowVector.h, CColVector.h, CRowVector.h: - Use MARRAY_FORWARD_DEFS here. + * MArray-defs.h: Many new macros to make declaration and + definition of operators more consistent. + + * MArray.h, MArray2.h, dColVector.h, dRowVector.h, CColVector.h, + CRowVector.h, dMatrix.h, CMatrix.h: Use them. 2000-02-03 John W. Eaton <jwe@bevo.che.wisc.edu>