Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 10442:3011d1765a6e
improve sparse 2d indexing (part 2)
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 24 Mar 2010 10:38:39 +0100 |
parents | 44538c4ff9d1 |
children | 12d25a1d84bf |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,10 @@ +2010-03-24 Jaroslav Hajek <highegg@gmail.com> + + * Sparse.cc (lblookup): New helper func. + (Sparse<T>::index (const idx_vector&, bool)): Use it here for lookups. + (Sparse<T>::index (const idx_vector&, const idx_vector&, bool)): + Specialize for scalar row index. + 2010-03-23 John W. Eaton <jwe@octave.org> * config-ops.sh: Work properly for "all" cases.