Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8934:c2099a4d12ea
partially optimize accumarray
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 09 Mar 2009 10:59:19 +0100 |
parents | 2d0f8692a82e |
children | cae073411b03 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2009-03-09 Jaroslav Hajek <highegg@gmail.com> + + * general/accumarray.m: Reorder tests. Call either "sparse" or + __accumarray_sum__ for the default summation case. + 2009-03-08 Søren Hauberg <hauberg@gmail.com> * statistics/base/histc.m: New function.