Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 3482:e461b8ed7c4d
[project @ 2000-01-26 07:25:56 by jwe]
author | jwe |
---|---|
date | Wed, 26 Jan 2000 07:25:57 +0000 |
parents | 45742a3b1f7c |
children | 85c0ebb78d1e |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,10 @@ +2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> + + * Array2-idx.h (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): + Allow A(idx) = RHS if idx is a boolean index with the same shape + as A, even when do_fortran_indexing is not enabled. + (Array2<T>::index (idx_vector& idx) const): Likewise, for A(idx). + 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> * dMatrix.cc (Matrix::solve (...)): Add new variant with