comparison 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
comparison
equal deleted inserted replaced
12100:38f3c198ba63 12101:ae70ce64beb7
1 2009-10-27 David Bateman <dbateman@free.fr>
2
3 * SparsedbleLU.cc (SparseLU::SparseLU (const SparseMatrix&,
4 const Matrix&, bool), SparseLU::SparseLU (const SparseMatrix&,
5 const ColumnVector&, const Matrix&, boo, bool, double, bool,
6 bool)): Fix test for valid pivot tolerance.
7 * SparseCmplxLU.cc (SparseComplexLU::SparseComplexLU
8 (const SparseComplexMatrix&, const Matrix&, bool),
9 SparseComplexLU::SparseComplexLU (const SparseComplexMatrix&,
10 const ColumnVector&, const Matrix&, boo, bool, double, bool,
11 bool)): Ditto.
12
1 2009-09-18 Jaroslav Hajek <highegg@gmail.com> 13 2009-09-18 Jaroslav Hajek <highegg@gmail.com>
2 14
3 Version 3.2.3 released. 15 Version 3.2.3 released.
4 16
5 2009-08-31 John W. Eaton <jwe@octave.org> 17 2009-08-31 John W. Eaton <jwe@octave.org>