comparison liboctave/ChangeLog @ 6989:2d326000e09b

[project @ 2007-10-09 20:32:42 by jwe]
author jwe
date Tue, 09 Oct 2007 20:32:43 +0000
parents c7484dcadd4d
children 9dc99ab00c86
comparison
equal deleted inserted replaced
6988:c7484dcadd4d 6989:2d326000e09b
1 2007-10-09 John W. Eaton <jwe@octave.org>
2
3 * dSparse.cc (SparseMatrix::all_elements_are_zero): New function.
4 * dNDArray.cc (NDArray::all_elements_are_zero): New function.
5
1 2007-10-09 David Bateman <dbateman@free.fr> 6 2007-10-09 David Bateman <dbateman@free.fr>
2 7
3 * Sparse.cc (Sparse<T> Sparse<T>::index (idx_vector&, idx_vector&, 8 * Sparse.cc (Sparse<T> Sparse<T>::index (idx_vector&, idx_vector&,
4 int)): Remove a for loop in the random indexing case at the 9 int)): Remove a for loop in the random indexing case at the
5 expense of maintaining a set of linked lists of indices that point 10 expense of maintaining a set of linked lists of indices that point