comparison liboctave/ChangeLog @ 4493:49d88738a4a0

[project @ 2003-09-03 16:21:18 by jwe]
author jwe
date Wed, 03 Sep 2003 16:21:18 +0000
parents 1aed172ab84a
children 124c137af3db
comparison
equal deleted inserted replaced
4492:819e3c246702 4493:49d88738a4a0
1 2003-09-03 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Makefile.in (MATRIX_INC): Add ArrayN-inlines.h to the list.
4
5 2003-09-03 Petter Risholm <risholm@stud.ntnu.no>
6
7 * ArrayN-inline.h: New file.
8 (index_in_bounds, increment_index): Move here.
9 * ArrayN.cc: From here.
10
11 * ArrayN.h (maybe_delete_elements): New arg, resize_fill_value.
12 * ArrayN-idx.h (assign): New function.
13
1 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> 14 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu>
2 15
3 * lo-specfun.cc (zbesj, zbesy, zbesi, zbesk, airy, biry): 16 * lo-specfun.cc (zbesj, zbesy, zbesi, zbesk, airy, biry):
4 Also zero imaginary part of result if real part of input value is 17 Also zero imaginary part of result if real part of input value is
5 zero. 18 zero.
18 31
19 2003-07-29 Heine Kolltveit <kolltvei@idi.ntnu.no> 32 2003-07-29 Heine Kolltveit <kolltvei@idi.ntnu.no>
20 33
21 * ArrayN.cc (operator <<): Improve output readability. 34 * ArrayN.cc (operator <<): Improve output readability.
22 35
23 2003-07-29 Petter Risholm <risholm@stud.ntnu.no> 36 2003-07-29 Petter Risholm <risholm@stud.ntnu.no>
24 37
25 * ArrayN.cc (ArrayN<T>::resize (const Array<int>&, const T&)): 38 * ArrayN.cc (ArrayN<T>::resize (const Array<int>&, const T&)):
26 * ArrayN.cc (ArrayN<T>::resize (const Array<int>&)): 39 * ArrayN.cc (ArrayN<T>::resize (const Array<int>&)):
27 Initialize old_len before changing size. 40 Initialize old_len before changing size.
28 41