diff liboctave/ChangeLog @ 7072:b48d486f641d

[project @ 2007-10-26 15:52:57 by jwe]
author jwe
date Fri, 26 Oct 2007 15:52:58 +0000
parents c3b479e753dd
children 0bade2dc44a1
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,7 +1,8 @@
-2007-09-26  John W. Eaton  <jwe@octave.org>
-
-	* dMatrix.cc (lssolve): Revert change of 2007-09-26.
-	* CMatrix.cc (lssolve): Ditto.
+2007-10-26  David Bateman  <dbateman@free.fr>
+
+	* dMatrix.cc (Matrix::lssolve): Use xGELSD for rank deficient
+	matrices to avoid reliability issues with xGELSY.
+	* CMatrix.cc (ComplexMatrix::lssolve): Likewise.
 
 2007-10-25  John W. Eaton  <jwe@octave.org>