comparison liboctave/ChangeLog @ 4765:e941e1470d7b

[project @ 2004-02-16 05:56:50 by jwe]
author jwe
date Mon, 16 Feb 2004 05:56:51 +0000
parents 8ece12f60ba2
children ccfbd6047a54
comparison
equal deleted inserted replaced
4764:86c748d5f0af 4765:e941e1470d7b
1 2004-02-15 Petter Risholm <risholm@stud.ntnu.no>
2
3 * Array.cc (Array<T>::insert (const Array<T>&, int, int)):
4 Make it work for N-d arrays.
5
6 * ArrayN.h (ArrayN<T>::insert (const ArrayN<T>& a, int, int)):
7 New function.
8
9 * CNDArray.cc (ComplexNDArray::insert (const NDArray&, int, int),
10 ComplexNDArray::insert (const ComplexNDArray&, int, int)):
11 New functions.
12 * CNDArray.h: Provide decls.
13
1 2004-02-14 John W. Eaton <jwe@bevo.che.wisc.edu> 14 2004-02-14 John W. Eaton <jwe@bevo.che.wisc.edu>
2 15
3 * Makefile.in (LINK_DEPS): Always define. 16 * Makefile.in (LINK_DEPS): Always define.
4 17
5 * Array.cc (Array<T>::squeeze): Always return an array with at 18 * Array.cc (Array<T>::squeeze): Always return an array with at