Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 7637:2be056f03720
Fix fall back from sparse cholesky factorization to LU when matrix detected as not being positive definite
author | David Bateman <dbateman@free.fr> |
---|---|
date | Tue, 25 Mar 2008 16:17:16 -0400 |
parents | 99c410f7f0b0 |
children | 2df457529cfa |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,11 @@ +2008-03-25 David Bateman <dbateman@free.fr> + + * sparse-base-chol.h (sparse_base_chol_rep::~sparse_base_chol_rep + (void)): Only free the factorization if it was created + * spase-base-chol.cc (sparse_base_chol_rep::init): Don't attempt + to factorize a matrix that has been flagged as not being positive + definite. + 2008-03-25 John W. Eaton <jwe@octave.org> * lo-mappers.cc (xtrunc): New function.