comparison scripts/ChangeLog @ 5967:d542d9197839 ss-2-9-8

[project @ 2006-08-24 21:24:53 by jwe]
author jwe
date Thu, 24 Aug 2006 21:27:41 +0000
parents b3478d7a0486
children 9cc8149f81b0
comparison
equal deleted inserted replaced
5966:be252143f5e1 5967:d542d9197839
3 * image/saveimage.m: Use logical indexing instead of 3 * image/saveimage.m: Use logical indexing instead of
4 indices computed by calling find on the logical index. 4 indices computed by calling find on the logical index.
5 5
6 2006-08-24 Søren Hauberg <soren@hauberg.org> 6 2006-08-24 Søren Hauberg <soren@hauberg.org>
7 7
8 * miscellaneous/bincoeff.m, set/setdiff.m, specfun/factorial.m: 8 * miscellaneous/bincoeff.m, specfun/factorial.m:
9 Use logical indexing instead of indices computed by calling find 9 Use logical indexing instead of indices computed by calling find
10 on the logical index. 10 on the logical index.
11 11
12 * linear-algebra/krylov.m: Delete unused local var nzidx. 12 * linear-algebra/krylov.m: Delete unused local var nzidx.
13 13