Mercurial > hg > octave-nkf
comparison scripts/ChangeLog @ 10269:217d36560dfa
small fixes to accumarray
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Sat, 06 Feb 2010 11:11:43 +0100 |
parents | 9a16a61ed43d |
children | 297996005012 |
comparison
equal
deleted
inserted
replaced
10268:9a16a61ed43d | 10269:217d36560dfa |
---|---|
1 2010-02-06 Jaroslav Hajek <highegg@gmail.com> | |
2 | |
3 * general/accumarray.m: Small fixes. | |
4 | |
1 2010-02-05 Jaroslav Hajek <highegg@gmail.com> | 5 2010-02-05 Jaroslav Hajek <highegg@gmail.com> |
2 | 6 |
3 * general/accumarray.m: Rewrite. Split sparse and dense case. Treat | 7 * general/accumarray.m: Rewrite. Split sparse and dense case. Treat |
4 cell-valued subs efficiently. Optimize dense case for @sum, @max and | 8 cell-valued subs efficiently. Optimize dense case for @sum, @max and |
5 @min. Optimize the @(x){x} reduction. Add tests. | 9 @min. Optimize the @(x){x} reduction. Add tests. |