comparison liboctave/ChangeLog @ 3248:68259f410026

[project @ 1999-07-13 03:34:54 by jwe]
author jwe
date Tue, 13 Jul 1999 03:40:17 +0000
parents dd00769643ae
children 07d2d307c43e
comparison
equal deleted inserted replaced
3247:256f98d26275 3248:68259f410026
1 Mon Jul 12 22:34:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * mx-defs.h (b_d_Mapper, b_c_Mapper): New typedefs.
4 * dMatrix.cc (Matrix::map (b_d_Mapper)): New function.
5 * CMatrix.cc (ComplexMatrix::map (b_c_Mapper)): New function.
6 * lo-mappers.cc (xisinf, xisnan, xfinite): Return bool, not double.
7
8 * lo-mappers.cc (xmin, xmax): New functions to correctly handle NaNs.
9
1 Mon May 10 07:45:11 1999 John W. Eaton <jwe@bevo.che.wisc.edu> 10 Mon May 10 07:45:11 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
2 11
3 * MArray-defs.h (DO_VV_OP2): Fix macro definition to use arg. 12 * MArray-defs.h (DO_VV_OP2): Fix macro definition to use arg.
4 13
5 Wed May 5 20:06:10 1999 John W. Eaton <jwe@bevo.che.wisc.edu> 14 Wed May 5 20:06:10 1999 John W. Eaton <jwe@bevo.che.wisc.edu>