changeset 6204:9795a2091f7f

[project @ 2006-12-06 18:05:37 by jwe]
author jwe
date Wed, 06 Dec 2006 18:05:37 +0000
parents 512d72ee321f
children 312bd3576844
files liboctave/ChangeLog
diffstat 1 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Dec 06 18:00:13 2006 +0000
+++ b/liboctave/ChangeLog	Wed Dec 06 18:05:37 2006 +0000
@@ -19,12 +19,10 @@
 	* oct-sparse.h: Allow sparse headers to also be in a sparsesuite
 	sub-directory.
 
-        * dSparse.cc (SparseMatrix SparseMatrix::inverse(...)): Transpose
-	the matrix type as well when calling tinverse for lower
-	triangular
-	matrices
-        * CSparse.cc (SparseComplexMatrix SparseComplexMatrix::inverse(...)):
-        ditto.
+        * dSparse.cc (SparseMatrix::inverse): Transpose the matrix type as
+	well when calling tinverse for lower triangular matrices.
+        * CSparse.cc (SparseComplexMatrix::inverse):
+        Ditto.
 					
 2006-11-21  John W. Eaton  <jwe@octave.org>