comparison src/ChangeLog @ 4559:802818bfac91

[project @ 2003-10-28 19:13:43 by jwe]
author jwe
date Tue, 28 Oct 2003 19:13:43 +0000
parents 773a21e4fce8
children e84592dc70b9
comparison
equal deleted inserted replaced
4558:239df9c618ef 4559:802818bfac91
1 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * pr-output.cc (print_empty_nd_array): New static function.
4 (PRINT_ND_ARRAY): Use it.
5
6 * ov.h (octave_value::is_empty): No longer virtual. Return value
7 based on numel.
8 * data.cc (Fisempty): Use it.
9 (Fnumel): New function.
10
11 * ov.h (octave_value::numel): New function.
12 * ov-base.h (octave_base_value::numel): Likewise.
13 * ov-base-mat.h (octave_base_matrix<T>::numel): Likewise.
14 * ov-base-scalar.h (octave_base_scalar<T>::numel): Likewise.
15
1 2003-10-27 Petter Risholm <risholm@stud.ntnu.no> 16 2003-10-27 Petter Risholm <risholm@stud.ntnu.no>
2 17
3 * ov-base-mat.cc (octave_base_matrix<MT>::is_true): 18 * ov-base-mat.cc (octave_base_matrix<MT>::is_true):
4 Only work for 2-dimensional objects. 19 Only work for 2-dimensional objects.
5 * data.cc (ANY_ALL (FCN)): Allow dim to take values large than 2. 20 * data.cc (ANY_ALL (FCN)): Allow dim to take values large than 2.