diff liboctave/ChangeLog @ 7265:7da4a5262e2e

[project @ 2007-12-06 19:16:47 by jwe]
author jwe
date Thu, 06 Dec 2007 19:16:48 +0000
parents c5a024013d2d
children 3fade00a6ac7
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-06  John W. Eaton  <jwe@octave.org>
+
+	* CMatrix.cc (ComplexMatrix::expm): Update pointers to internal
+	data for npp and dpp after assignments.
+	* dMatrix.cc (Matrix::expm): Use same method as ComplexMatrix::expm.
+
 2007-12-04  John W. Eaton  <jwe@octave.org>
 
 	* Sparse.cc (assign (Sparse<LT>&,  const Sparse<RT>&)):