Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 5648:69a4f320d95a
[project @ 2006-03-08 20:17:37 by dbateman]
author | dbateman |
---|---|
date | Wed, 08 Mar 2006 20:17:38 +0000 |
parents | 4b45b2bcda89 |
children | c5f6623514c4 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,17 @@ +2006-03-08 David Bateman <dbateman@free.fr> + + * SparseCmplxQR.cc: Updates for new upstream CXSPARSE release. Fix for + g++ 4.x stl_vector.h issue with C99 double _Complex type. + * SparseCmplxQR.h: Updates for new upstream CXSPARSE release. + * SparseQR.cc: ditto. + * SparseQR.h: ditto. + * oct-sparse.h: ditto. + * sparse-base-chol.cc (sparse_base_chol<>::sparse_base_chol_rep::init): + Declare info variable as volatile. + + * Sparse.cc (Sparse<T>::transpose (void) const): Accelerate algorithm. + * CSparse.cc (SparseComplexMatrix::transpose (void) const): ditto. + 2006-03-01 John W. Eaton <jwe@octave.org> * CMatrix.cc (ComplexMatrix::determinant):