Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 3753:f751e43de300
[project @ 2000-12-14 03:01:23 by jwe]
author | jwe |
---|---|
date | Thu, 14 Dec 2000 03:01:24 +0000 |
parents | 719a44ff67c9 |
children | 4c230f72b1d2 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,5 +1,8 @@ 2000-12-13 John W. Eaton <jwe@bevo.che.wisc.edu> + (Range::nelem_internal): Call tfloor, not round, but then try + harder to compute correct number of elements. + * dMatrix.cc (Matrix::lssolve): Ask DGELSS for size of work vector. * CMatrix.cc (ComplexMatrix::lssolve): Likewise, for ZGELSS.