Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 4735:24c7bc6354ba
[project @ 2004-02-05 17:26:28 by jwe]
author | jwe |
---|---|
date | Thu, 05 Feb 2004 17:26:28 +0000 |
parents | 80156474b068 |
children | 4179c59d82da |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,5 +1,17 @@ +2004-02-05 Petter Risholm <risholm@stud.ntnu.no> + + * Array.cc (Array<T>::assignN): Accept assignment of a vector + oriented differently from the index. + + * dim-vector.h (dim_vector::squeeze): Return value always has at + least two dimensions. + 2004-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> + * dim-vector.h (dim_vector::squeeze): New function. + (Array<T>::assignN): Use it instead of chop_trailing_singltons for + deciding whether the assignment conforms. + * Array.cc (Array<T>::assignN): Simplify dimension check by comparing rhs_dims and frozen_len sans trailing singletons.