comparison liboctave/ChangeLog @ 7036:daff886a8e2a

[project @ 2007-10-17 19:02:10 by jwe]
author jwe
date Wed, 17 Oct 2007 19:02:11 +0000
parents f0142f2afdc6
children 845ca0affec0
comparison
equal deleted inserted replaced
7035:a2000c2b5e7d 7036:daff886a8e2a
1 2007-10-17 John W. Eaton <jwe@octave.org>
2
3 * oct-sparse.h: Don't include metis.h.
4
5 * dSparse.cc (SparseMatrix::fsolve): Delete special code for METIS.
6 * CSparse.cc (SparseComplexMatrix::fsolve): Likewise.
7 * sparse-base-chol.cc (sparse_base_chol<chol_type, chol_elt,
8 p_type>::sparse_base_chol_rep::init): Likewise.
9
1 2007-10-16 John W. Eaton <jwe@octave.org> 10 2007-10-16 John W. Eaton <jwe@octave.org>
2 11
3 * dMatrix.cc (Matrix::inverse): Only check rcond == 0 if the 12 * dMatrix.cc (Matrix::inverse): Only check rcond == 0 if the
4 matrix is hermitian or calc_cond is true. 13 matrix is hermitian or calc_cond is true.
5 * CMatrix.cc (ComplexMatrix::inverse): Likewise. 14 * CMatrix.cc (ComplexMatrix::inverse): Likewise.