comparison liboctave/ChangeLog @ 3755:4c230f72b1d2

[project @ 2000-12-14 23:02:49 by jwe]
author jwe
date Thu, 14 Dec 2000 23:02:49 +0000
parents f751e43de300
children 574711ce9070
comparison
equal deleted inserted replaced
3754:e63a3a6d7797 3755:4c230f72b1d2
1 2000-12-13 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2000-12-13 John W. Eaton <jwe@bevo.che.wisc.edu>
2 2
3 (Range::nelem_internal): Call tfloor, not round, but then try 3 * Range.cc (Range::nelem_internal): Call tfloor, not round, but
4 harder to compute correct number of elements. 4 then try harder to compute correct number of elements.
5 5
6 * dMatrix.cc (Matrix::lssolve): Ask DGELSS for size of work vector. 6 * dMatrix.cc (Matrix::lssolve): Ask DGELSS for size of work vector.
7 * CMatrix.cc (ComplexMatrix::lssolve): Likewise, for ZGELSS. 7 * CMatrix.cc (ComplexMatrix::lssolve): Likewise, for ZGELSS.
8 8
9 2000-12-09 John W. Eaton <jwe@bevo.che.wisc.edu> 9 2000-12-09 John W. Eaton <jwe@bevo.che.wisc.edu>