# HG changeset patch # User jwe # Date 1165428337 0 # Node ID 9795a2091f7f5e02d36a0608a9899971af8132c2 # Parent 512d72ee321f8a61b7632dfd61b4137b9ba41688 [project @ 2006-12-06 18:05:37 by jwe] diff -r 512d72ee321f -r 9795a2091f7f liboctave/ChangeLog --- a/liboctave/ChangeLog Wed Dec 06 18:00:13 2006 +0000 +++ b/liboctave/ChangeLog Wed Dec 06 18:05:37 2006 +0000 @@ -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