comparison liboctave/ChangeLog @ 7322:40a17a87155e

[project @ 2007-12-18 21:32:10 by jwe]
author jwe
date Tue, 18 Dec 2007 21:34:26 +0000
parents 359f464342b3
children 274d9642ac10
comparison
equal deleted inserted replaced
7321:359f464342b3 7322:40a17a87155e
1 2007-12-18 David Bateman <dbateman@free.fr>
2
3 * Sparse.cc (template <class T> Sparse<T> Sparse<T>::index
4 (idx_vector&, int) const): Fix case indexing of non zero scalar
5 stored as a sparse matrix.
6 (template <class T> Sparse<T> Sparse<T>::index (idx_vector&,
7 idx_vector&, int) const): For the non permutated indexing case,
8 fix link list calculation and use.
9
1 2007-12-17 John W. Eaton <jwe@octave.org> 10 2007-12-17 John W. Eaton <jwe@octave.org>
2 11
3 * Array.cc (Array<T>::indexN): Correctly handle scalar indexed by 12 * Array.cc (Array<T>::indexN): Correctly handle scalar indexed by
4 N-d array. 13 N-d array.
5 14