diff liboctave/ChangeLog @ 12101:ae70ce64beb7 release-3-2-x

Fix test for valid threshold value in sparse LU factorization
author David Bateman <dbateman@free.fr>
date Tue, 24 Nov 2009 08:00:32 +0100
parents b7a669bb15e5
children 2641c6febd46
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Nov 24 07:58:44 2009 +0100
+++ b/liboctave/ChangeLog	Tue Nov 24 08:00:32 2009 +0100
@@ -1,3 +1,15 @@
+2009-10-27  David Bateman  <dbateman@free.fr>
+
+	* SparsedbleLU.cc (SparseLU::SparseLU (const SparseMatrix&,
+	const Matrix&, bool), SparseLU::SparseLU (const SparseMatrix&,
+	const ColumnVector&, const Matrix&, boo, bool, double, bool,
+	bool)): Fix test for valid pivot tolerance.
+	* SparseCmplxLU.cc (SparseComplexLU::SparseComplexLU 
+	(const SparseComplexMatrix&, const Matrix&, bool), 
+	SparseComplexLU::SparseComplexLU (const SparseComplexMatrix&,
+	const ColumnVector&, const Matrix&, boo, bool, double, bool,
+	bool)): Ditto.
+
 	2009-09-18  Jaroslav Hajek  <highegg@gmail.com>
 
 	Version 3.2.3 released.