Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 6207:3c92b8d892dd
[project @ 2006-12-06 20:19:14 by dbateman]
author | dbateman |
---|---|
date | Wed, 06 Dec 2006 20:19:16 +0000 |
parents | 312bd3576844 |
children | 323be5eeed1f |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,17 @@ +2006-12-06 David Bateman <dbateman@free.fr> + + * dSparse.cc (SparseMatrix::is_symmetric(void) const): Faster + implementation. + * CSparse.cc (SparseComplexMatrix::is_symmetric(void) const): ditto. + + * dMatrrix.cc (finverse): Old inverse method renamed inverse. + (tinverse): New method for triangular matrices. + (inverse): New function with matrix type probing. + * dMatrix.h (finverse, tinverse, inverse): New and modified + declarations. + * CMatrix.cc: ditto. + * CMatrix.h: ditto. + 2006-12-06 John W. Eaton <jwe@octave.org> * strptime.c (day_of_the_week): Use code from current glibc sources.