comparison liboctave/ChangeLog @ 4518:382cb0ed8c14

[project @ 2003-09-20 18:08:40 by jwe]
author jwe
date Sat, 20 Sep 2003 18:08:40 +0000
parents b4449b1193ac
children c0a23a13eea2
comparison
equal deleted inserted replaced
4517:b4449b1193ac 4518:382cb0ed8c14
1 2003-09-20 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Array.h (dimensions): Now public.
4 template <class LT, class RT>
5 (assign (Array<LT>&, const Array<RT>&, const LT&),
6 assign1 (Array<LT>&, const Array<RT>&, const LT&),
7 assign2 (Array<LT>&, const Array<RT>&, const LT&),
8 assignN (Array<LT>&, const Array<RT>&, const LT&),
9 resize_no_fill (int),
10 resize_no_fill (int, int),
11 resize_no_fill (int, int, int),
12 resize_no_fill (const dim_vector&),
13 resize_and_fill (int, const T&),
14 resize_and_fill (int, int, const T&),
15 resize_and_fill (int, int, int, const T&),
16 resize_and_fill (const dim_vector&, const T&)): Now public.
17
18 * Array.cc: Include <climits>.
19
1 2003-09-19 John W. Eaton <jwe@bevo.che.wisc.edu> 20 2003-09-19 John W. Eaton <jwe@bevo.che.wisc.edu>
2 21
3 * Array.cc: Merge Array-idx.h. 22 * Array.cc: Merge Array-idx.h.
4 * Array-idx.h: Delete. 23 * Array-idx.h: Delete.
5 24