Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 3250:ae3bdfd82f91
[project @ 1999-07-13 03:49:22 by jwe]
author | jwe |
---|---|
date | Tue, 13 Jul 1999 03:49:36 +0000 |
parents | a41cc560087a |
children | cd454a6fa1a4 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,19 @@ +Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> + + * linear-algebra/cond.m: Avoid returning NaN for matrices that + contain only zeros. + +Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> + + * linear-algebra/kron.m: Create result matrix and insert blocks + instead of appending them. + +Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> + + * control/bodquist.m, control/buildssic.m, control/is_digital.m, + control/stepimp.m, control/sysmin.m, control/syssetsignals.m: + Update from A. S. Hodel. + Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> * polynomial/polyfit.m: Correct previous change.