comparison liboctave/ChangeLog @ 4504:f6a61399bc5c

[project @ 2003-09-09 17:48:00 by jwe]
author jwe
date Tue, 09 Sep 2003 17:49:13 +0000
parents 2a02f3a16fe0
children e944fbe3fff2
comparison
equal deleted inserted replaced
4503:55db663c15ce 4504:f6a61399bc5c
1 2003-09-09 Petter Risholm <risholm@stud.ntnu.no>
2
3 * ArrayN-idx.h (vector_equivalent, equal_arrays): New functions.
4 (get_elt_idx): Index ra_idx correctly.
5
6 * ArrayN-inline.h (index_in_bounds): Index is also condidered in
7 bounds if it is exactly on the bound.
8
9 * ArrayN.cc (ArrayN<T>::maybe_delete_dims): New function.
10 * ArrayN.h: Provide decl.
11
12 * ArrayN.h (ArrayN<T>::ArrayN<T> (const Matrix&)): New constructor.
13
14 * idx-vector.h (idx_vector::orig_dims): New member variable.
15 (idx_vector::idx_vector_rep::orig_dimensions): New function.
16 (idx_vector::orig_dimensions): New function.
17
1 2003-09-04 John W. Eaton <jwe@bevo.che.wisc.edu> 18 2003-09-04 John W. Eaton <jwe@bevo.che.wisc.edu>
2 19
3 * lo-specfun.cc (xlgamma): Require nonnegative argument. 20 * lo-specfun.cc (xlgamma): Require nonnegative argument.
4 21
5 2003-09-04 Petter Risholm <risholm@stud.ntnu.no> 22 2003-09-04 Petter Risholm <risholm@stud.ntnu.no>