Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 5963:b3478d7a0486
[project @ 2006-08-24 17:09:18 by jwe]
author | jwe |
---|---|
date | Thu, 24 Aug 2006 17:09:18 +0000 |
parents | 2289cafef60d |
children | d542d9197839 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -5,8 +5,11 @@ 2006-08-24 Søren Hauberg <soren@hauberg.org> - * miscellaneous/bincoeff.m: Use logical indexing instead of - indices computed by calling find on the logical index. + * miscellaneous/bincoeff.m, set/setdiff.m, specfun/factorial.m: + Use logical indexing instead of indices computed by calling find + on the logical index. + + * linear-algebra/krylov.m: Delete unused local var nzidx. 2006-08-23 Quentin Spencer <qspencer@ieee.org>