comparison liboctave/ChangeLog @ 4915:c638c144d4da

[project @ 2004-07-23 19:01:22 by jwe]
author jwe
date Fri, 23 Jul 2004 19:01:23 +0000
parents 14027e0bafa4
children c45f14873b5e
comparison
equal deleted inserted replaced
4914:1c0442da75fd 4915:c638c144d4da
1 2004-07-23 David Bateman <dbateman@free.fr>
2
3 * Array.cc, Array.h (cat_ra): Delete.
4 * Array.h, Array-C.cc, Array-d.cc, Array-ch.cc, Array-i.cc
5 (INSTANTIATE_ARRAY_CAT): Delete.
6
7 * dNDArray.cc, dNDArray.h, CNDArray.cc, CNDArray.h, chNDArray.cc,
8 chNDArray.h, intNDArray.cc, intNDArray.h (cat): Delete.
9
10 * Array.cc (Array<T>::insert): Copy data in NDArray version.
11
12 * dNDArray.cc, dNDArray.h, CNDArray.cc, CNDArray.h, chNDArray.cc,
13 chNDArray.h (concat): New function used for concatenation that does
14 an indexed copy of one array into another.
15
16 * dim-vector.h (concat): New function to concatenate dim_vectors.
17
18 * dNDArray.cc, dNDArray.h, CNDArray.cc, CNDArray.h, chNDArray.cc,
19 chNDArray.h, intNDArray.cc, intNDArray.h (insert): New function for
20 insertion of one NDArray into another.
21
22 * oct-inttype.cc (OCTAVE_INT_CONCAT_FN, OCTAVE_INT_CONCAT_DECL): New
23 macros to define the int/uint concatenation functions.
24
25 * uint8NDArray.cc, uint16NDArray.cc, uint32NDArray.cc, uint64NDArray.cc
26 int8NDArray.cc, int16NDArray.cc, int32NDArray.cc, int64NDArray.cc
27 (OCTAVE_INT_CONCAT_FN): Instantiate the concatenation function .
28
29 * uint8NDArray.h, uint16NDArray.h, uint32NDArray.h, uint64NDArray.h
30 int8NDArray.h, int16NDArray.h, int32NDArray.h, int64NDArray.h
31 (OCTAVE_INT_CONCAT_DECL): Declare the int/uint concatentaion
32 functions.
33
1 2004-07-22 David Bateman <dbateman@free.fr> 34 2004-07-22 David Bateman <dbateman@free.fr>
2 35
3 * oct-sort.h: Don't include oct-obj.h. 36 * oct-sort.h: Don't include oct-obj.h.
4 37
5 * lo-specfun.cc (is_integer_value): New function. 38 * lo-specfun.cc (is_integer_value): New function.