comparison src/ChangeLog @ 4630:ca70857bdbd1

[project @ 2003-11-18 18:18:16 by jwe]
author jwe
date Tue, 18 Nov 2003 18:20:11 +0000
parents ed92d574b55b
children 0e28461651f2
comparison
equal deleted inserted replaced
4629:ed92d574b55b 4630:ca70857bdbd1
1 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * ov-bool.h (octave_bool::array_value,
4 octave_bool::complex_array_value): New functions.
5
6 * ov-base-mat.cc (octave_base_matrix<MT>::do_index_op):
7 Ensure correct number of indices for Array indexing code.
8
1 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> 9 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu>
2 10
3 * DLD-FUNCTIONS/qz.cc (qz): Use x.data()+offset instead of &a(i,j). 11 * DLD-FUNCTIONS/qz.cc (qz): Use x.data()+offset instead of &a(i,j).
4 First and third args for dlag2 are const. 12 First and third args for dlag2 are const.
5 13