diff liboctave/ChangeLog @ 7505:f5005d9510f4

Remove dispatched sparse functions and treat in the generic versions of the functions
author David Bateman <dbateman@free.fr>
date Wed, 20 Feb 2008 15:52:11 -0500
parents 8c32f95c2639
children f3c00dc0912b
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Feb 20 14:56:22 2008 -0500
+++ b/liboctave/ChangeLog	Wed Feb 20 15:52:11 2008 -0500
@@ -1,3 +1,14 @@
+2008-02-20  David Bateman  <dbateman@free.fr>
+
+	* SparseComplexQR.cc (ComplexMatrix
+	SparseComplexQR::SparseComplexQR_rep::Q 
+	(void) const): New method.
+	* SparseComplexQR.h (ComplexMatrix
+	SparseComplexQR::SparseComplexQR_rep::Q 
+	(void) const): Declare it.
+	* SparseQR.cc (Matrix SparseQR::SparseQR_rep::Q	(void) const): ditto.
+	* SparseQR.h (Matrix SparseQR::SparseQR_rep::Q	(void) const): ditto.
+
 2008-02-20  John W. Eaton  <jwe@octave.org>
 
 	* boolNDArray.h (boolNDArray (const Array2<bool>&)): Delete.