changeset 10383:796258b94b22

Changelog for previous change
author David Bateman <dbateman@free.fr>
date Tue, 02 Mar 2010 01:14:11 +0100
parents 1766c133674c
children 978f5c94b11f
files liboctave/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Mar 02 00:44:12 2010 +0100
+++ b/liboctave/ChangeLog	Tue Mar 02 01:14:11 2010 +0100
@@ -1,3 +1,11 @@
+2010-03-01  David Bateman  <dbateman@free.fr>
+
+	* Sparse.cc (Sparse<T>::maybe_delete_elements (idxx_vector&)):
+	Special case the deletion of elements in sparse vectors.
+	(Sparse<T>::index (idx_vector&, int) const): Special case indexing
+	of sparse matrices with ranges with a step of 1.
+	* Sparse.h: Include oct-mem.h for the copy_or_memcpy declaration.
+
 2010-02-28  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.am ($(srcdir)/vx-op-inc.mk, $(srcdir)/mx-op-inc.mk,