comparison scripts/ChangeLog @ 10283:b178769f31ca

more small improvements in accumarray
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 09 Feb 2010 10:48:31 +0100
parents 30078b201a2c
children 8cf666139297
comparison
equal deleted inserted replaced
10282:c9780d8e228c 10283:b178769f31ca
1 2010-02-09 Jaroslav Hajek <highegg@gmail.com>
2
3 * general/accumarray.m: Use != instead of diff to compare indices in
4 dense case. Set explicit mode in sparse case to aid optimization.
5
1 2010-02-09 Jaroslav Hajek <highegg@gmail.com> 6 2010-02-09 Jaroslav Hajek <highegg@gmail.com>
2 7
3 * miscellaneous/menu.m: Use sscanf rather than eval. 8 * miscellaneous/menu.m: Use sscanf rather than eval.
4 9
5 2010-02-09 Jaroslav Hajek <highegg@gmail.com> 10 2010-02-09 Jaroslav Hajek <highegg@gmail.com>