comparison liboctave/ChangeLog @ 4651:b868b39534b0

[project @ 2003-11-24 01:24:16 by jwe]
author jwe
date Mon, 24 Nov 2003 01:24:16 +0000
parents 623f6262a8e9
children 14ab7b05a572
comparison
equal deleted inserted replaced
4650:623f6262a8e9 4651:b868b39534b0
1 2003-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2003-11-23 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Array.cc (Array<T>::indexN): Correctly handle single colon index.
4 Omit special case for ra_idx.capacity () == 1.
5 Always allow single index for matrix args with optional warning.
2 6
3 * idx-vector.h, idx-vector.cc: Convert boolMatrix functions to use 7 * idx-vector.h, idx-vector.cc: Convert boolMatrix functions to use
4 boolNDArray. Likewise, convert Matrix functions to use NDArray. 8 boolNDArray. Likewise, convert Matrix functions to use NDArray.
5 9
6 * Array-so.cc: New file. Move instantiations here from so-array.h. 10 * Array-so.cc: New file. Move instantiations here from so-array.h.