Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 4714:4302ab3fefd7
[project @ 2004-01-22 20:50:18 by jwe]
author | jwe |
---|---|
date | Thu, 22 Jan 2004 20:50:18 +0000 |
parents | d803e4187494 |
children | fe25e290fafb |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,5 +1,8 @@ 2004-01-22 Petter Risholm <risholm@stud.ntnu.no> + * mx-inlines.cc (MX_ND_REDUCTION, MX_ND_CUMULATIVE_OP): + Simplify calculation of number of elements in retval. + * Array.cc (Array<T>::assignN): Eliminate unnecessray code for filling when RHS is scalar and dimension lengths agree.