Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 6204:9795a2091f7f
[project @ 2006-12-06 18:05:37 by jwe]
author | jwe |
---|---|
date | Wed, 06 Dec 2006 18:05:37 +0000 |
parents | e5ed0d1edddc |
children | 312bd3576844 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -19,12 +19,10 @@ * oct-sparse.h: Allow sparse headers to also be in a sparsesuite sub-directory. - * dSparse.cc (SparseMatrix SparseMatrix::inverse(...)): Transpose - the matrix type as well when calling tinverse for lower - triangular - matrices - * CSparse.cc (SparseComplexMatrix SparseComplexMatrix::inverse(...)): - ditto. + * dSparse.cc (SparseMatrix::inverse): Transpose the matrix type as + well when calling tinverse for lower triangular matrices. + * CSparse.cc (SparseComplexMatrix::inverse): + Ditto. 2006-11-21 John W. Eaton <jwe@octave.org>