diff liboctave/ChangeLog @ 3468:a2dc6de198f9

[project @ 2000-01-21 22:13:13 by jwe]
author jwe
date Fri, 21 Jan 2000 22:13:13 +0000
parents 996bb7ea4507
children b3a16793a390
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Jan 21 19:31:51 2000 +0000
+++ b/liboctave/ChangeLog	Fri Jan 21 22:13:13 2000 +0000
@@ -1,3 +1,10 @@
+2000-01-21  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* CMatrix.cc (ComplexMatrix::expm): Apply permutation and scaling
+	operations directly in step 2 and reverse step 2.
+	* dMatrix.cc (Matrix::expm): Apply permutation and scaling
+	operations directly in step 2 and reverse step 2.
+
 2000-01-20  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* oct-time.h, oct-time.cc (octave_strptime): New class.