comparison liboctave/ChangeLog @ 8934:c2099a4d12ea

partially optimize accumarray
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 09 Mar 2009 10:59:19 +0100
parents f5408862892f
children e31d47f2c9bb
comparison
equal deleted inserted replaced
8933:346fde2030b5 8934:c2099a4d12ea
1 2009-03-08 Jaroslav Hajek <highegg@gmail.com>
2
3 * idx-vector.h (idx_vector::bloop): loop --> bloop.
4 (idx_vector::loop): New method.
5 * MArray.cc (MArray<T>::idx_add (cons idx_vector&, T))
6 (MArray<T>::idx_add (cons idx_vector&, const MArray<T>&)): New methods.
7 * MArray.h: Declare them.
8
1 2009-03-05 Jason Riedy <jason@acm.org> 9 2009-03-05 Jason Riedy <jason@acm.org>
2 10
3 * Sparse.h (Sparse<T>::elt_type): Remove typedef, replace with: 11 * Sparse.h (Sparse<T>::elt_type): Remove typedef, replace with:
4 * Sparse.h (Sparse<T>::element_type): Add typedef to be consistent 12 * Sparse.h (Sparse<T>::element_type): Add typedef to be consistent
5 with Array.h 13 with Array.h