diff scripts/ChangeLog @ 8935:cae073411b03

optimize histc implementation
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 09 Mar 2009 12:34:55 +0100
parents c2099a4d12ea
children 6994961bf1f4
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -2,6 +2,7 @@
 
 	* general/accumarray.m: Reorder tests. Call either "sparse" or
 	__accumarray_sum__ for the default summation case.
+	* statistics/base/histc.m: Reimplement using lookup & accumarray.
 
 2009-03-08  Søren Hauberg <hauberg@gmail.com>